image: openbsd/latest packages: - chicken-- - gmake-- - rsync-- - wget-- sources: - https://git.sr.ht/~evhan/dust secrets: - 6026e7c6-ed80-411e-b4e1-5ed1dbeee131 environment: C_COMPILER: clang DEPLOY_HOST: chicken@foldling.org DEPLOY_PATH: dust RSYNC_RSH: ssh -q -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null tasks: - setup: | doas ln -f /usr/local/bin/gmake /usr/bin/make doas ln -f /usr/local/bin/chicken-csi /usr/bin/csi - chicken-4-13-0: | dust/chicken/build-dust-chicken bsd openbsd release 4.13.0 - chicken-5-0-0: | dust/chicken/build-dust-chicken bsd openbsd release 5.0.0 - chicken-5-1-0: | dust/chicken/build-dust-chicken bsd openbsd release 5.1.0 - chicken-5-2-0: | dust/chicken/build-dust-chicken bsd openbsd release 5.2.0 - master: | dust/chicken/build-dust-chicken bsd openbsd git master - deploy: | rsync dust/chicken/chicken-*-openbsd.tar.gz ${DEPLOY_HOST}:${DEPLOY_PATH}