g3log/.travis.yml
2014-10-10 00:21:08 -06:00

12 lines
347 B
YAML

language: cpp
compiler: gcc
script:
- sudo apt-get install python-software-properties
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
- 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
- "./scripts/buildtravis.sh"