Skip to content

Commit

Permalink
CirrusCI: add FreeBSD runs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDakon committed Jan 5, 2020
1 parent 1d285f0 commit 685c60d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
task:
name: FreeBSD
freebsd_instance:
matrix:
image: freebsd-12-0-release-amd64

env:
MAKE_FLAGS: -j 3

pkginstall_script:
- pkg install -y cmake git libowfat openssl111
compile_script:
- echo -e "set(QSMTP_BUILD_DIR \"/tmp/Qs-build\")\nset(dashboard_model \"Continuous\")\nset(CONF_OPTIONS \"-DIPV4ONLY=On\")\nset(CTEST_SITE \"cirrus-ci.org\")\ninclude(\"$(pwd)/ctest_qsmtp.cmake\")" > my_qsmtp.cmake
- ctest -V -D "CTEST_BUILD_NAME=FreeBSD $(uname -r)" -S my_qsmtp.cmake

0 comments on commit 685c60d

Please sign in to comment.