All: Add Travis-CI YAML

This commit is contained in:
Jeffrey Pfau 2015-02-14 03:37:00 -08:00
parent 545497a7de
commit be81db6884
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: cpp
compiler:
- gcc
- clang
before_install:
- sudo add-apt-repository ppa:ubuntu-sdk-team/ppa -y
- sudo add-apt-repository ppa:smspillaz/cmake-2.8.12 -y
- sudo apt-add-repository ppa:zoogie/sdl2-snapshots -y
- sudo apt-get update -qq
- sudo apt-get install -y cmake libedit-dev libmagickwand-dev libpng-dev libqt5opengl5-dev libsdl2-dev libzip-dev qtbase5-dev qtmultimedia5-dev
script: mkdir build && cd build && cmake .. && make