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#05ca62c4fff55407e450e8cf1a8cd7daddffeaa3 - 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 - build: | cd harec cp configs/linux.mk config.mk make -j2 sudo make install - tests: | cd harec make check - stdlib-tests: | cd hare cp configs/linux.mk config.mk make -j2 check triggers: [] oauth: ""