mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-10-06 05:45:21 +02:00
Travis integration
This commit is contained in:
6
util/travis/script.sh
Executable file
6
util/travis/script.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
mkdir -p travisbuild
|
||||
cd travisbuild
|
||||
cmake -DENABLE_LEVELDB=1 -DUSE_CXX11=$CXX11 ..
|
||||
make -j2
|
Reference in New Issue
Block a user