1
0
Fork 0

Added example for how to use version info to travis

This commit is contained in:
Tycho 2014-09-10 16:12:49 +01:00
parent 27be179939
commit c043f68024
1 changed files with 4 additions and 0 deletions

View File

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