mirror of https://github.com/SeanOMik/libki.git
travis: Remove symbolic link
This commit is contained in:
parent
3d7931a0fc
commit
55cae79eca
|
@ -12,17 +12,13 @@ addons:
|
||||||
- gcc-6
|
- gcc-6
|
||||||
- g++-6
|
- g++-6
|
||||||
- cmake
|
- cmake
|
||||||
script:
|
script:
|
||||||
# Link gcc-6 and g++-6 to their standard commands
|
|
||||||
- ln -s /usr/bin/gcc-6 /usr/local/bin/gcc
|
|
||||||
- ln -s /usr/bin/g++-6 /usr/local/bin/g++
|
|
||||||
|
|
||||||
# Export CC and CXX to tell cmake which compiler to use
|
# Export CC and CXX to tell cmake which compiler to use
|
||||||
- export CC=/usr/bin/gcc-6
|
- export CC=/usr/bin/gcc-6
|
||||||
- export CXX=/usr/bin/g++-6
|
- export CXX=/usr/bin/g++-6
|
||||||
|
|
||||||
# Check versions of gcc, g++ and cmake
|
# Check versions of gcc, g++ and cmake
|
||||||
- gcc -v && g++ -v && cmake --version
|
- gcc-6 -v && g++-6 -v && cmake --version
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
- rm -rf build/
|
- rm -rf build/
|
||||||
|
|
Loading…
Reference in New Issue