summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 07:50:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 07:50:29 +0000
commit607b673266aaa5adb6e54cbebd50bfad237ba3a6 (patch)
tree1f4b2c530a1ac7a1cec4490eb8946dcb432101bb /.cirrus.yml
parentReleasing debian version 0.7.1-13. (diff)
downloadck-607b673266aaa5adb6e54cbebd50bfad237ba3a6.tar.xz
ck-607b673266aaa5adb6e54cbebd50bfad237ba3a6.zip
Merging upstream version 0.7.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 3960a06..52c1861 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,10 +3,16 @@ env:
ARCH: amd64
task:
- freebsd_instance:
- matrix:
- image: freebsd-12-0-release-amd64
- image: freebsd-11-2-release-amd64
+ matrix:
+ - name: freebsd12-amd64
+ freebsd_instance:
+ image_family: freebsd-12-3-snap
+ - name: freebsd13-amd64
+ freebsd_instance:
+ image_family: freebsd-13-1-snap
+ - name: freebsd14-amd64
+ freebsd_instance:
+ image_family: freebsd-14-0-snap
script:
- cc --version
- export CFLAGS="-DITERATE=400 -DPAIRS_S=100 -DITERATIONS=24"