Skip to content

Commit 7e3fbc1

Browse files
ddobrevtritao
authored andcommitted
Updated the CI on Linux to use GCC 7.
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 8c2d9ea commit 7e3fbc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ addons:
1212
sources:
1313
- ubuntu-toolchain-r-test
1414
packages:
15-
- gcc-4.8
16-
- g++-4.8
15+
- gcc-7
16+
- g++-7
1717

1818
install:
1919
- source build/InstallMono.sh
2020
- build/InstallNugets.sh
21-
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
21+
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-7" CC="gcc-7"; fi
2222
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then PREMAKE=build/premake5-linux-64; else PREMAKE=build/premake5-osx; fi
2323
- $PREMAKE --file=build/scripts/LLVM.lua download_llvm
2424

0 commit comments

Comments
 (0)