mirror of
https://github.com/KjellKod/g3log.git
synced 2025-01-19 08:46:42 +01:00
Added travis installation for gcc, and replacing the gcc (4.6) with gcc-4.
This commit is contained in:
parent
ece13751a8
commit
30ea3a65aa
@ -1,2 +1,8 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
script:
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install gcc-4.8
|
||||||
|
- sudo apt-get install cmake
|
||||||
|
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user