mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Also test CMake on CircleCI
This commit is contained in:
parent
e1728eced4
commit
fb84568cd5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue