Skip to content
Snippets Groups Projects
Commit 14a361cb authored by Marco Z's avatar Marco Z
Browse files

Disable OpenMPT for buildbots, for now

parent 69965b8d
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ jobs:
- v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }}
- run:
name: Compile
command: make -C src LINUX=1 ERRORMODE=1 -k
command: make -C src LINUX=1 ERRORMODE=1 NOOPENMPT=1 -k
- store_artifacts:
path: /root/SRB2/bin/Linux/Release/
destination: bin
......
......@@ -250,7 +250,7 @@ before_script:
- cd build
- export CFLAGS="-Wall -W -Werror $WFLAGS"
- export CCACHE_COMPRESS=true
- cmake .. -DCMAKE_BUILD_TYPE=Release
- cmake .. -DCMAKE_BUILD_TYPE=Release -DSRB2_CONFIG_HAVE_OPENMPT=OFF
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment