Skip to content

Commit

Permalink
Add Cppcheck to Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkoi committed Oct 28, 2019
1 parent 8c680b2 commit 4e6a773
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ matrix:
- os: linux
compiler: clang
env: SCAN_BUILD=YES
before_install:
- sudo apt-get install -y cppcheck

before_script:
- if [ "$(uname)" = "Linux" ]; then sudo apt-get update; sudo apt-get install -y texlive texinfo texi2html doxygen; fi
- if [ "$(uname)" = "Darwin" ]; then brew update; brew cask install mactex; brew install texi2html texinfo doxygen; fi
- if [ "$(uname)" = "Linux" ]; then sudo apt-get update; sudo apt-get install -y texlive texinfo texi2html doxygen cppcheck; fi
- if [ "$(uname)" = "Darwin" ]; then brew update; brew cask install mactex; brew install texi2html texinfo doxygen cppcheck; fi

script:
- chmod +x travis.sh
Expand Down

0 comments on commit 4e6a773

Please sign in to comment.