Add sr.ht CI
ober
b8d262b5eaee2a9975d4f1627bd8e85c2dcf6188
new file mode 100644 --- /dev/null +++ b/.builds/ci.yml @@ -0,0 +1,26 @@ +image: debian/stable +arch: amd64 +packages: +- bash +- build-essential +- ca-certificates +- curl +- file +- git +- libncurses-dev +- make +- pkg-config +- tar +- libssl-dev +- zlib1g-dev +- liblz4-dev +sources: +- https://git.sr.ht/~lisp/jerboa +- https://git.sr.ht/~lisp/jerboa-crypto +tasks: +- build-jerboa: | + cd jerboa + make jerboa +- verify: | + cd jerboa-crypto + PATH="$HOME/jerboa/dist:$PATH" JERBUILD="$HOME/jerboa/dist/jerbuild" make verify