summaryrefslogtreecommitdiffstats
path: root/CIbuild.sh
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2014-09-10 18:50:18 +0200
committerAlexander Harkness <bearbin@gmail.com>2014-09-10 18:50:18 +0200
commit35a42fc4379a65a1bd278c98e2d98ce3bb85484f (patch)
tree9274410e1b775e72c64b7a0ca5652b3333606e0d /CIbuild.sh
parentMerge pull request #1402 from Masy98/Sounds (diff)
parentAdded example for how to use version info to travis (diff)
downloadcuberite-35a42fc4379a65a1bd278c98e2d98ce3bb85484f.tar
cuberite-35a42fc4379a65a1bd278c98e2d98ce3bb85484f.tar.gz
cuberite-35a42fc4379a65a1bd278c98e2d98ce3bb85484f.tar.bz2
cuberite-35a42fc4379a65a1bd278c98e2d98ce3bb85484f.tar.lz
cuberite-35a42fc4379a65a1bd278c98e2d98ce3bb85484f.tar.xz
cuberite-35a42fc4379a65a1bd278c98e2d98ce3bb85484f.tar.zst
cuberite-35a42fc4379a65a1bd278c98e2d98ce3bb85484f.zip
Diffstat (limited to '')
-rwxr-xr-xCIbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/CIbuild.sh b/CIbuild.sh
index 683c1fc74..df023316e 100755
--- a/CIbuild.sh
+++ b/CIbuild.sh
@@ -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;