Also test CMake on CircleCI

This commit is contained in:
heinrich5991 2017-03-18 01:30:59 +01:00 committed by necropotame
parent e1728eced4
commit fb84568cd5

View file

@ -4,7 +4,7 @@ dependencies:
sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
sudo apt-get update
sudo apt-get build-dep teeworlds
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-dev cmake
if [ ! -x ~/bam/bam ]; then
git clone https://github.com/matricks/bam ~/bam/
@ -19,3 +19,8 @@ test:
override:
- |
../bam/bam release
mkdir build
cd build
cmake ..
make