mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Merge 7a68e1b6db into afffdb470a
This commit is contained in:
commit
101da5a5a6
1 changed files with 8 additions and 4 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -11,8 +11,13 @@
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
os:
|
os: linux
|
||||||
- linux
|
|
||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.56.0
|
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.56.0
|
||||||
|
|
@ -57,9 +62,8 @@ script:
|
||||||
- if [ "$CCFLAGS" != "" ]; then FLAGS="cxxflags=\"$CCFLAGS\" linkflags=\"$LINKFLAGS\""; else FLAGS=""; fi
|
- if [ "$CCFLAGS" != "" ]; then FLAGS="cxxflags=\"$CCFLAGS\" linkflags=\"$LINKFLAGS\""; else FLAGS=""; fi
|
||||||
- cd $PROJECT_DIR/build
|
- cd $PROJECT_DIR/build
|
||||||
# `--coverage` flags required to generate coverage info for Coveralls
|
# `--coverage` flags required to generate coverage info for Coveralls
|
||||||
# ../../../b2 -q cxxflags="--coverage -std=$CXX_STANDARD" linkflags="--coverage"
|
|
||||||
- export BOOST_ROOT=$BOOST
|
- export BOOST_ROOT=$BOOST
|
||||||
- ./build.sh cxxflags="--coverage -std=$CXX_STANDARD" linkflags="--coverage"
|
- ./build.sh toolset=$CC cxxflags="--coverage -std=$CXX_STANDARD" linkflags="--coverage"
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- COVERALS_DIR=$PROJECT_DIR/coverals
|
- COVERALS_DIR=$PROJECT_DIR/coverals
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue