sweeper_video/third_party/asio/.cirrus.yml
2026-03-19 10:21:42 +08:00

16 lines
272 B
YAML

freebsd_instance:
image_family: freebsd-14-3
cpu: 1
env:
CXXFLAGS: -std=c++14 -Wall -Wextra -O2
task:
install_script:
- pkg install -y autoconf automake pkgconf
build_script:
- ./autogen.sh
- ./configure --with-boost=no
- make
- make check