Added example for how to use version info to travis
This commit is contained in:
parent
27be179939
commit
c043f68024
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user