simdjson/.cirrus.yml

21 lines
394 B
YAML
Raw Normal View History

task:
timeout_in: 120m
freebsd_instance:
matrix:
- image_family: freebsd-13-0-snap
2020-04-23 05:22:32 +08:00
env:
ASSUME_ALWAYS_YES: YES
setup_script:
- pkg update -f
- pkg install bash
2020-04-23 05:17:50 +08:00
- pkg install cmake
2020-04-23 05:22:32 +08:00
- pkg install git
build_script:
- mkdir build
- cd build
- cmake ..
2020-05-01 05:13:51 +08:00
- make -j4
test_script:
- cd build
2020-05-01 05:13:51 +08:00
- ctest -j4 --output-on-failure -E checkperf