blob: 3960a066fc442564ccb60449642e0b671dd8c3bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
env:
CIRRUS_CLONE_DEPTH: 1
ARCH: amd64
task:
freebsd_instance:
matrix:
image: freebsd-12-0-release-amd64
image: freebsd-11-2-release-amd64
script:
- cc --version
- export CFLAGS="-DITERATE=400 -DPAIRS_S=100 -DITERATIONS=24"
- ./tools/ci-build.sh --cores=$(sysctl -n hw.ncpu)
- make check
|