2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

still trying for the osx on travis

This commit is contained in:
Klemens David Morgenstern
2018-11-13 11:56:38 +07:00
parent 5c55590922
commit 902390d57a

View File

@@ -68,7 +68,7 @@ before_install:
# Set this to the name of the library
- PROJECT_TO_TEST=`basename $TRAVIS_BUILD_DIR`
- echo "Testing $PROJECT_TO_TEST"
- if [ $TRAVIS_OS_NAME = "osx" ]; then brew install gcc5; brew install valgrind; brew install --with-toolchain llvm; TOOLSET=clang; else LDFLAGS=gcc-5; fi
- if [ $TRAVIS_OS_NAME = "osx" ]; then brew install gcc5; brew install valgrind; brew install llvm; TOOLSET=clang; else TOOLSET=gcc-5; fi
# Cloning Boost libraries (fast nondeep cloning)
- BOOST=$HOME/boost-local
- git init $BOOST