.travis.yml
changeset 11339 0bff27d8d18f
parent 10664 20ec6af4fb87
child 11360 ea5edb4e5245
equal deleted inserted replaced
11337:aa3f886c6298 11339:0bff27d8d18f
     4     gh-pages
     4     gh-pages
     5 compiler:
     5 compiler:
     6   - gcc
     6   - gcc
     7   - clang
     7   - clang
     8 env:
     8 env:
     9   # Default build. Release.
       
    10   - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Release"
     9   - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Release"
    11   # Debug build
       
    12   - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Debug"
    10   - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Debug"
    13   # Everything that's optional
    11   - BUILD_ARGS="-DNOSERVER=1 -DBUILD_ENGINE_C=1"
    14   - BUILD_ARGS="-DBUILD_ENGINE_C=1"
    12   - BUILD_ARGS="-DNOSERVER=1 -DNOVIDEOREC=1 -DNOPNG=1"
    15   - BUILD_ARGS="-DNOPNG=1"
    13   - BUILD_ARGS="-DNOSERVER=1 -DLUA_SYSTEM=0 -DPHYSFS_SYSTEM=0"
    16   - BUILD_ARGS="-DNOVIDEOREC=1"
       
    17   - BUILD_ARGS="-DNOSERVER=1"
       
    18   - BUILD_ARGS="-DLUA_SYSTEM=0"
       
    19   - BUILD_ARGS="-DPHYSFS_SYSTEM=0"
       
    20   - BUILD_ARGS="-DGL2=1"
       
    21 matrix:
    14 matrix:
    22   allow_failures:
    15   allow_failures:
    23     # Failures we expect here
    16     # Failures we expect here
    24 before_install:
    17 before_install:
    25   - sudo apt-get update -qq
    18   - sudo apt-get update -qq