1
0

Prepended Travis to env vars

This commit is contained in:
Tycho
2014-03-10 13:52:13 -07:00
parent 0eea9eb998
commit e4c7aac1cc
2 changed files with 11 additions and 9 deletions

View File

@@ -6,10 +6,10 @@ compiler:
script: cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1 && make -j 2 && cd MCServer/ && (echo stop | $MCSERVER_PATH)
env:
- MCSERVER_BUILD_TYPE=RELEASE MCSERVER_PATH=./MCServer
- MCSERVER_BUILD_TYPE=DEBUG MCSERVER_PATH=./MCServer_debug
- MCSERVER_BUILD_TYPE=RELEASE MCSERVER_FORCE32=1 MCSERVER_PATH=./MCServer
- MCSERVER_BUILD_TYPE=DEBUG MCSERVER_FORCE32=1 MCSERVER_PATH=./MCServer_debug
- TRAVIS_MCSERVER_BUILD_TYPE=RELEASE MCSERVER_PATH=./MCServer
- TRAVIS_MCSERVER_BUILD_TYPE=DEBUG MCSERVER_PATH=./MCServer_debug
- TRAVIS_MCSERVER_BUILD_TYPE=RELEASE TRAVIS_MCSERVER_FORCE32=1 MCSERVER_PATH=./MCServer
- TRAVIS_MCSERVER_BUILD_TYPE=DEBUG TRAVIS_MCSERVER_FORCE32=1 MCSERVER_PATH=./MCServer_debug
# Notification Settings
notifications: