Skip to content

Commit

Permalink
Add cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiusTheBest committed Dec 4, 2019
1 parent f4c22b0 commit eef9e97
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
task:
name: FreeBSD
freebsd_instance:
matrix:
image_family: freebsd-12-1
matrix:
env:
BUILD_TYPE: Debug
env:
BUILD_TYPE: Release
install_script: pkg install -y cmake
compile_script: cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=$BUILD_TYPE && cmake --build build -- -j4

0 comments on commit eef9e97

Please sign in to comment.