mirror of
https://github.com/rls-moe/nyx
synced 2024-11-21 22:12:24 +00:00
add drone.yml
This commit is contained in:
parent
371216e338
commit
b92d8b2b0e
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
name: nyx
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.14
|
||||
commands:
|
||||
- go test
|
||||
- go build
|
Loading…
Reference in New Issue
Block a user