diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..9d27286 --- /dev/null +++ b/.build.yml @@ -0,0 +1,5 @@ +image: openbsd/latest +sources: + - https://git.sr.ht/~vdupras/collapseos +tasks: + - test: "cd collapseos && ./runtests.sh" diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d738e16..0000000 --- a/.travis.yml +++ /dev/null @@ -1,2 +0,0 @@ -language: c -script: ./runtests.sh