arch: null artifacts: [] environment: BUILD_SUBMITTER: git.sr.ht GIT_REF: refs/heads/master image: alpine/latest packages: [] repositories: {} secrets: [] shell: false sources: - https://git.sr.ht/~sircmpwn/hare - https://git.sr.ht/~sircmpwn/harec#1c6ef7a0c232d7c19b9689568335fc0c074fc09f - git://c9x.me/qbe.git tasks: - signoff: | cd harec if [ "$BUILD_REASON" = "patchset" ] then if ! git log --format='%b' origin/master^^.. | grep 'Signed-off-by' >/dev/null then echo "Patch missing Signed-off-by" exit 1 fi fi - qbe: | cd qbe make -j2 PREFIX=/usr sudo make install PREFIX=/usr - prepare: | mkdir harec/build cd harec/build ../configure - build: | cd harec/build make -j2 sudo make install - tests: | cd harec/build make check - stdlib-tests: | cd hare cp config.example.mk config.mk make -j2 check triggers: [] oauth: ""