projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7387b19
)
Travis: Build server too for UNIX
author
Loïc Blot
<lblot@infopro-digital.com>
Wed, 4 Jan 2017 13:36:51 +0000
(14:36 +0100)
committer
Ner'zhul
<nerzhul@users.noreply.github.com>
Wed, 4 Jan 2017 14:13:17 +0000
(15:13 +0100)
util/travis/script.sh
patch
|
blob
|
history
diff --git
a/util/travis/script.sh
b/util/travis/script.sh
index 1bafb26cdab56478bdf81f64c547cb32d74e28b3..24a74d18606c251b5b8fc4db20443d6e764d2007 100755
(executable)
--- a/
util/travis/script.sh
+++ b/
util/travis/script.sh
@@
-21,6
+21,7
@@
if [[ $PLATFORM == "Unix" ]]; then
cmake -DCMAKE_BUILD_TYPE=Debug \
-DRUN_IN_PLACE=TRUE \
-DENABLE_GETTEXT=TRUE \
+ -DBUILD_SERVER=TRUE \
$CMAKE_FLAGS ..
make -j2
echo "Running unit tests."