Skip to content

Commit

Permalink
Test FreeBSD 12 with CirrusCI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Feb 28, 2019
1 parent 7b663c0 commit 50cd054
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ skip_commits:
files:
- .bintray.sh
- .circleci/config.yml
- .cirrus.yml
- .gitattributes
- .gitignore
- .gitmodules
Expand Down
13 changes: 13 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
freebsd_instance:
image: freebsd-12-0-release-amd64

test_task:
install_script:
- sudo pkg install -y gmake pcre2 libunwind llvm60
env:
matrix:
CONFIG: debug
CONFIG: release
test_script:
- gmake all config=$CONFIG -j3
- gmake test-ci config=$CONFIG

0 comments on commit 50cd054

Please sign in to comment.