aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-11-15 22:33:35 +0100
committerAnders Broman <a.broman58@gmail.com>2019-11-17 08:16:00 +0000
commit7af41845a54ee4f3cde0215503ccd6d727132161 (patch)
tree576fc17955063011521dd4bd9084551c196683c7
parent356814ae9aaa33ae979feeb8aa983bf7227747de (diff)
Add cirrus-ci config file.
cirrus-ci is the first CI platform supporting free builds for open source projects. The current cirrus-ci FreeBSD supported versions are listed here https://cirrus-ci.org/guide/FreeBSD/ The current FreeBSD maintained versions are listed here: https://en.wikipedia.org/wiki/FreeBSD_version_history#Version_history Change-Id: I5ab767efbae2138fd3b9b9cde7f0ef716bae2c5f Reviewed-on: https://code.wireshark.org/review/35107 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--.cirrus.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 0000000000..9d92aa26a9
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,12 @@
+task:
+ freebsd_instance:
+ matrix:
+ - image_family: freebsd-13-0-snap
+ - image_family: freebsd-12-0
+ - image_family: freebsd-11-3-snap
+ setup_script: env ASSUME_ALWAYS_YES=YES tools/bsd-setup.sh --install-optional
+ build_script:
+ - mkdir build
+ - cd build
+ - cmake -GNinja ..
+ - ninja