Adding a few dependencies to circle.yml.

This commit is contained in:
Faerbit 2014-11-25 21:10:18 +01:00
parent b7ab0c990a
commit 841d5d9122

View File

@ -1,3 +1,13 @@
dependecies:
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
test:
override:
- ./build.sh