setting explicit path to compiler
This commit is contained in:
parent
439563eb04
commit
97648314a4
1 changed files with 1 additions and 2 deletions
|
@ -48,12 +48,11 @@ matrix:
|
|||
- os: linux
|
||||
env:
|
||||
- LLVM_VERSION=3.8.0
|
||||
- COMPILER=clang++
|
||||
- COMPILER=/usr/bin/clang++
|
||||
- CXXFLAGS=-lc++
|
||||
before_install:
|
||||
- wget http://llvm.org/releases/$LLVM_VERSION/clang+llvm-$LLVM_VERSION-x86_64-linux-gnu-ubuntu-14.04.tar.xz
|
||||
- sudo tar xf clang+llvm-$LLVM_VERSION-x86_64-linux-gnu-ubuntu-14.04.tar.xz -C /usr --strip-components 1
|
||||
- export
|
||||
|
||||
- os: linux
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue