diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-22 18:21:44 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-22 18:50:13 -0600 |
commit | 067088bbff42ca2fb9106acf309f1d9ce3e78ada (patch) | |
tree | 35040c3c04ed40159e48ed01b9f01c01cd204046 /.cirrus.yml | |
parent | 52d4e566743f57b9de81c77fdb605c171c02eacb (diff) |
move ci scripts to their own directory
This fixes #296.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index dac47fc8..affbb98a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -12,4 +12,4 @@ test_task: [ -f /proc/curproc ] || mount -t procfs proc /proc pkg_install_script: pkg install -y bash gawk gmake gsed gsed_hack_script: rm /usr/bin/sed && ln -s /usr/local/bin/gsed /usr/bin/sed - test_script: bash test/cirrus.sh + test_script: bash ci/cirrus.sh |