Disable OpenMPT for buildbots, for now

This commit is contained in:
mazmazz 2019-01-04 01:48:20 -05:00
parent 69965b8d98
commit 14a361cb6d
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ jobs:
- v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }} - v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }}
- run: - run:
name: Compile name: Compile
command: make -C src LINUX=1 ERRORMODE=1 -k command: make -C src LINUX=1 ERRORMODE=1 NOOPENMPT=1 -k
- store_artifacts: - store_artifacts:
path: /root/SRB2/bin/Linux/Release/ path: /root/SRB2/bin/Linux/Release/
destination: bin destination: bin

View file

@ -250,7 +250,7 @@ before_script:
- cd build - cd build
- export CFLAGS="-Wall -W -Werror $WFLAGS" - export CFLAGS="-Wall -W -Werror $WFLAGS"
- export CCACHE_COMPRESS=true - export CCACHE_COMPRESS=true
- cmake .. -DCMAKE_BUILD_TYPE=Release - cmake .. -DCMAKE_BUILD_TYPE=Release -DSRB2_CONFIG_HAVE_OPENMPT=OFF
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi