1
0

Added MCServer_ prfix to env vars for versions

This commit is contained in:
Tycho
2014-09-10 18:08:50 +01:00
parent 35a42fc437
commit 4f67ca4c0a
2 changed files with 9 additions and 9 deletions

View File

@@ -2,9 +2,9 @@
set -e
export BUILD_SERIES_NAME="Travis $CC $TRAVIS_MCSERVER_BUILD_TYPE"
export BUILD_ID=$TRAVIS_JOB_NUMBER
export BUILD_DATETIME=`date`
export MCSERVER_BUILD_SERIES_NAME="Travis $CC $TRAVIS_MCSERVER_BUILD_TYPE"
export MCSERVER_BUILD_ID=$TRAVIS_JOB_NUMBER
export MCSERVER_BUILD_DATETIME=`date`
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
make -j 2;