Replace Travis CI with Sourcehut CI

This commit is contained in:
Virgil Dupras 2020-06-23 20:50:34 -04:00
parent 7eeec67ff5
commit fb695b67df
2 changed files with 5 additions and 2 deletions

5
.build.yml Normal file
View File

@ -0,0 +1,5 @@
image: openbsd/latest
sources:
- https://git.sr.ht/~vdupras/collapseos
tasks:
- test: "cd collapseos && ./runtests.sh"

View File

@ -1,2 +0,0 @@
language: c
script: ./runtests.sh