mirror of
https://github.com/KjellKod/g3log.git
synced 2025-01-19 00:46:03 +01:00
10 lines
206 B
YAML
10 lines
206 B
YAML
language: cpp
|
|
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
|
|
|
|
|