more steps to better integrate cirrus

This commit is contained in:
Bryan Stansell 2019-03-18 11:52:32 -07:00
parent 5c9ffec7cd
commit f43f978691

View File

@ -4,8 +4,11 @@ env:
freebsd_12_task:
freebsd_instance:
image: freebsd-12-0-release-amd64
script:
install_script:
- pkg install -y autoconf
build_script:
- autoconf
- ./configure || { cat config.log; exit 1; }
- make
- cd test
- sh ./dotest
test_script:
- make test