Saxum/circle.yml

14 lines
435 B
YAML
Raw Normal View History

2014-11-25 20:11:05 +00:00
dependencies:
override:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo add-apt-repository ppa:kalakris/cmake -y
- sudo apt-get -qq update
- sudo apt-get -qq install cmake
- sudo apt-get install -qq g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- sudo apt-get install -qq xorg-dev
2014-11-25 20:01:11 +00:00
test:
override:
- ./build.sh