mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-13 00:12:11 +00:00
fixing gcc environment for travis
This commit is contained in:
@@ -76,7 +76,7 @@ matrix:
|
||||
sources: *sources
|
||||
|
||||
# GCC 5.2
|
||||
- env: UNIT_TESTS=true COMPILER=g++-5
|
||||
- env: UNIT_TESTS=true COMPILER=g++-5 STDLIB=libstdc++
|
||||
os: linux
|
||||
compiler: g++
|
||||
addons:
|
||||
@@ -85,7 +85,7 @@ matrix:
|
||||
sources: *sources
|
||||
|
||||
# GCC 4.8
|
||||
#- env: UNIT_TESTS=true CPP=1y COMPILER=g++-4.8
|
||||
#- env: UNIT_TESTS=true CPP=1y COMPILER=g++-4.8 STDLIB=libstdc++
|
||||
# os: linux
|
||||
# compiler: g++
|
||||
# addons:
|
||||
@@ -138,6 +138,7 @@ install:
|
||||
(cd llvm/build/projects/libcxx && make install -j2)
|
||||
(cd llvm/build/projects/libcxxabi && make install -j2)
|
||||
|
||||
|
||||
export CXXFLAGS="-I ${DEPS_DIR}/llvm/install/include/c++/v1"
|
||||
export LDFLAGS="-L ${DEPS_DIR}/llvm/install/lib -l c++ -l c++abi"
|
||||
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${DEPS_DIR}/llvm/install/lib"
|
||||
|
||||
Reference in New Issue
Block a user