simdjson/.cirrus.yml

20 lines
390 B
YAML
Raw Normal View History

task:
timeout_in: 120m
freebsd_instance:
matrix:
- image_family: freebsd-13-0-snap
- image_family: freebsd-12-1
- image_family: freebsd-11-3-snap
env:
ASSUME_ALWAYS_YES: YES
setup_script:
- pkg update -f
- pkg install bash
2020-04-23 05:17:50 +08:00
- pkg install cmake
build_script:
- mkdir build
- cd build
- cmake ..
- make
test_script:
- ctest