]> icculus.org git repositories - btb/d2x.git/blob - .travis.yml
Merge branch 'master' into entity
[btb/d2x.git] / .travis.yml
1 language: c
2
3 compiler:
4 - gcc
5 - clang
6
7 env:
8 - CONFIGURE_ARGS="--enable-release --disable-debug --disable-editor --without-opengl"
9 - CONFIGURE_ARGS="--enable-release --disable-debug --disable-editor --with-opengl"
10 - CONFIGURE_ARGS="--enable-release --disable-debug --enable-editor --without-opengl"
11 - CONFIGURE_ARGS="--enable-release --disable-debug --enable-editor --with-opengl"
12 - CONFIGURE_ARGS="--disable-release --enable-debug --disable-editor --without-opengl"
13 - CONFIGURE_ARGS="--disable-release --enable-debug --disable-editor --with-opengl"
14 - CONFIGURE_ARGS="--disable-release --enable-debug --enable-editor --without-opengl"
15 - CONFIGURE_ARGS="--disable-release --enable-debug --enable-editor --with-opengl"
16
17 before_install:
18 - sudo apt-get update -qq
19 - sudo apt-get install -y libphysfs-dev libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev
20
21 script: ./autogen.sh && ./configure $CONFIGURE_ARGS && make