Fix Travis CI
This commit is contained in:
parent
95d1647152
commit
19f6296023
@ -19,7 +19,7 @@ addons:
|
|||||||
- libfuse-dev
|
- libfuse-dev
|
||||||
install:
|
install:
|
||||||
# Workaround homebrew bug, see https://twitter.com/axccl/status/1083393735277363205 and https://github.com/openPMD/openPMD-api/pull/431/files
|
# Workaround homebrew bug, see https://twitter.com/axccl/status/1083393735277363205 and https://github.com/openPMD/openPMD-api/pull/431/files
|
||||||
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then travis_wait brew upgrade --cleanup; travis_wait brew upgrade --cleanup; fi
|
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then travis_wait brew upgrade; travis_wait brew upgrade; fi
|
||||||
# Use new clang
|
# Use new clang
|
||||||
- if [ "${TRAVIS_OS_NAME}" == "linux" ] && [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
|
- if [ "${TRAVIS_OS_NAME}" == "linux" ] && [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
|
||||||
# Detect number of CPU cores
|
# Detect number of CPU cores
|
||||||
|
Loading…
x
Reference in New Issue
Block a user