add some CI
parent
8bd1144178
commit
8c041f037f
|
@ -0,0 +1,12 @@
|
|||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: openbsd
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- make test
|
Loading…
Reference in New Issue