fixup
This commit is contained in:
parent
f402c6ba34
commit
11ea42677d
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ install:
|
|||
before_script:
|
||||
- mkdir build
|
||||
- export BUILD_DIR=$PWD/build
|
||||
- export CC=/usr/local/bin/gcc-5
|
||||
- export CXX=/usr/local/bin/g++-5
|
||||
- export CC=/usr/bin/gcc-5
|
||||
- export CXX=/usr/bin/g++-5
|
||||
- wget https://cmake.org/files/v3.8/cmake-3.8.1.tar.gz -O /tmp/cmake.tar.gz
|
||||
- mkdir /tmp/cmake
|
||||
- tar -xzf /tmp/cmake.tar.gz -C /tmp/cmake
|
||||
|
|
Loading…
Reference in a new issue