Merge pull request #3 from lemire/dlemire/make_requirements_more_explicit

Adding cirrus
This commit is contained in:
Daniel Lemire 2020-10-19 21:26:32 -04:00 committed by GitHub
commit 3155d379ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.cirrus.yml Normal file
View File

@ -0,0 +1,22 @@
task:
timeout_in: 120m
freebsd_instance:
matrix:
- image_family: freebsd-13-0-snap
env:
ASSUME_ALWAYS_YES: YES
setup_script:
- pkg update -f
- pkg install bash
- pkg install cmake
- pkg install git
build_script:
- mkdir build
- cd build
- cmake -DFASTFLOAT_TEST=ON ..
- make
test_script:
- cd build
- ctest --output-on-failure -R basictest