mirror of
https://github.com/rls-moe/nyx
synced 2024-11-13 22:12:24 +00:00
10 lines
105 B
YAML
10 lines
105 B
YAML
|
kind: pipeline
|
||
|
name: nyx
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: golang:1.14
|
||
|
commands:
|
||
|
- go test
|
||
|
- go build
|