updated .cirrus.yml

pull/2/head
Hari Sekhon 4 years ago
parent 80c7e12a02
commit 9d5883ec2c

@ -13,8 +13,17 @@
# https://www.linkedin.com/in/harisekhon
#
# https://cirrus-ci.org/guide/writing-tasks/
container:
image: ubuntu:18.04
task:
script: apt update -qq && apt install -qy git make && make init && make ci test
ci_bootstrap_script:
- find . -maxdepth 3 -name ci_bootstrap.sh | head -n 1 | xargs sh
make_init_script:
- make init
make_ci_script:
- make ci
make_test_script:
- make test

Loading…
Cancel
Save