mirror of
https://github.com/boostorg/type_index.git
synced 2025-07-31 12:57:17 +02:00
travis fixes
This commit is contained in:
@ -52,6 +52,8 @@ before_install:
|
||||
- PROJECT_DIR=$BOOST/libs/$PROJECT_TO_TEST
|
||||
- ./bootstrap.sh
|
||||
- ./b2 headers
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq valgrind
|
||||
|
||||
script:
|
||||
- if [ "$CCFLAGS" != "" ]; then FLAGS="cxxflags=\"$CCFLAGS\" linkflags=\"$LINKFLAGS\""; else FLAGS=""; fi
|
||||
|
Reference in New Issue
Block a user