mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-19 04:34:36 +03:00
update travis.yml
This commit is contained in:
@@ -3,12 +3,12 @@ sudo: required
|
|||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
before_install:
|
before_install:
|
||||||
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y cmake libboost-all-dev libprotobuf-dev protobuf-compiler cppcheck; fi
|
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y cmake libboost-all-dev libprotobuf-dev protobuf-compiler cppcheck ninja-build clang; fi
|
||||||
script:
|
script:
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
branches:
|
branches:
|
||||||
only:
|
except:
|
||||||
- master
|
- gh-pages
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
os:
|
os:
|
||||||
|
|||||||
Reference in New Issue
Block a user