Skip to content

Commit

Permalink
Test MacOS build on Travis
Browse files Browse the repository at this point in the history
Can't build deb package there
  • Loading branch information
JohnAZoidberg committed Jul 6, 2019
1 parent f2c3165 commit 7c9f912
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,16 @@ matrix:
os: linux
script:
- cppcheck --force --enable=warning,missingInclude --error-exitcode=1 . >build.log 2>&1 || (cat build.log && exit 1)
- os: osx
addons:
homebrew:
packages:
- check
update: true
script:
- mkdir build && cd build
- cmake -DBUILD_YDER_TESTING=on -DWITH_JOURNALD=off ..
- make test
script:
- mkdir build && cd build
- cmake -DBUILD_YDER_TESTING=on -DWITH_JOURNALD=off ..
Expand Down

0 comments on commit 7c9f912

Please sign in to comment.