mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +01:00
Travis: Build server too for UNIX
This commit is contained in:
parent
7387b19021
commit
8aadc62856
@ -21,6 +21,7 @@ if [[ $PLATFORM == "Unix" ]]; then
|
|||||||
cmake -DCMAKE_BUILD_TYPE=Debug \
|
cmake -DCMAKE_BUILD_TYPE=Debug \
|
||||||
-DRUN_IN_PLACE=TRUE \
|
-DRUN_IN_PLACE=TRUE \
|
||||||
-DENABLE_GETTEXT=TRUE \
|
-DENABLE_GETTEXT=TRUE \
|
||||||
|
-DBUILD_SERVER=TRUE \
|
||||||
$CMAKE_FLAGS ..
|
$CMAKE_FLAGS ..
|
||||||
make -j2
|
make -j2
|
||||||
echo "Running unit tests."
|
echo "Running unit tests."
|
||||||
|
Loading…
Reference in New Issue
Block a user