mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-02 00:20:22 +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