.travis.yml
changeset 9935 491f661a4e57
parent 9915 67c9bd84f941
child 9936 a9fe8db625d0
equal deleted inserted replaced
9933:792ce11d1927 9935:491f661a4e57
     5 compiler:
     5 compiler:
     6   - gcc
     6   - gcc
     7   - clang
     7   - clang
     8 env:
     8 env:
     9   # Default build. Release.
     9   # Default build. Release.
    10   - BUILD_ARGS=""
    10   - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Release"
    11   # Debug build
    11   # Debug build
    12   - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Debug"
    12   - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Debug"
    13   # Everything that's optional
    13   # Everything that's optional
    14   - BUILD_ARGS="-DNOSERVER=0"
    14   - BUILD_ARGS="-NOPNG=1"
       
    15   - BUILD_ARGS="-NOVIDEOREC=1"
       
    16   - BUILD_ARGS="-NOSERVER=1"
       
    17   - BUILD_ARGS="-LUA_SYSTEM=0"
    15 matrix:
    18 matrix:
    16   allow_failures:
    19   allow_failures:
    17     # Failures we expect here
    20     # Failures we expect here
    18 before_install:
    21 before_install:
    19   - sudo apt-get update -qq
    22   - sudo apt-get update -qq