3
0
mirror of https://github.com/isar/libmdbx.git synced 2025-02-24 02:28:13 +08:00
libmdbx/.cirrus.yml
2021-10-09 12:29:05 +03:00

7 lines
215 B
YAML

freebsd_instance:
image_family: freebsd-12-1-snap
task:
install_script: pkg install -y gmake bash git
script: git fetch --tags --force && gmake MDBX_BUILD_OPTIONS="-DNDEBUG=1 -DMDBX_FORCE_ASSERTIONS=1" check