Merge pull request #1470 from minus7/ci

Added CircleCI automated building
This commit is contained in:
oy 2016-07-31 19:52:48 +02:00 committed by GitHub
commit cbf79881e8
2 changed files with 19 additions and 1 deletions

18
circle.yml Normal file
View file

@ -0,0 +1,18 @@
dependencies:
pre:
- |
sudo apt-get install libsdl2-dev libfreetype6-dev
if [ ! -d ~/bam ]; then
git clone https://github.com/matricks/bam.git ~/bam
cd ~/bam/
git reset --hard f012dd9a3e38295b8a45af5a101d29573381f169
./make_unix.sh
fi
cache_directories:
- "~/bam/"
test:
override:
- ~/bam/bam conf=release all

View file

@ -1,4 +1,4 @@
Teeworlds Teeworlds [![CircleCI](https://circleci.com/gh/teeworlds/teeworlds.svg?style=svg)](https://circleci.com/gh/teeworlds/teeworlds)
========= =========
A retro multiplayer shooter A retro multiplayer shooter