changeset 9935 | 491f661a4e57 |
parent 9915 | 67c9bd84f941 |
child 9936 | a9fe8db625d0 |
--- a/.travis.yml Fri Jan 03 17:14:19 2014 +0100 +++ b/.travis.yml Fri Jan 03 17:20:06 2014 +0100 @@ -7,11 +7,14 @@ - clang env: # Default build. Release. - - BUILD_ARGS="" + - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Release" # Debug build - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Debug" # Everything that's optional - - BUILD_ARGS="-DNOSERVER=0" + - BUILD_ARGS="-NOPNG=1" + - BUILD_ARGS="-NOVIDEOREC=1" + - BUILD_ARGS="-NOSERVER=1" + - BUILD_ARGS="-LUA_SYSTEM=0" matrix: allow_failures: # Failures we expect here