Skip to content

Commit

Permalink
travis: and job that builds on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jan 13, 2019
1 parent 43035ff commit d45e428
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,15 @@ matrix:
- CXX=g++ CXXFLAGS="${ORIGINAL_CXXFLAGS}" make cppcheck testrunner -j 2
- make clean
- CXX=clang++ CXXFLAGS="${ORIGINAL_CXXFLAGS}" make cppcheck testrunner -j 2
# check if cppcheck builds on osx
- name: "make osx"
os: osx
before_install:
- true
script:
- CXX=g++ CXXFLAGS="${ORIGINAL_CXXFLAGS}" make cppcheck testrunner -j 2
- make clean
- CXX=clang++ CXXFLAGS="${ORIGINAL_CXXFLAGS}" make cppcheck testrunner -j 2

script:
# fail the entire job as soon as one of the subcommands exits non-zero to save time and resources
Expand Down

0 comments on commit d45e428

Please sign in to comment.