1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-05 21:35:22 +02:00

Move travis to newest Ubuntu bionic

This commit is contained in:
sfan5
2019-07-30 20:49:32 +02:00
parent 037193eec8
commit 3e8720313b
2 changed files with 4 additions and 23 deletions

View File

@@ -1,15 +1,8 @@
#!/bin/bash -e
CXX=g++-7
[ $CC == "clang" ] && CXX=clang++-5.0
export CXX
mkdir -p travisbuild
cd travisbuild
cmake \
-DENABLE_LEVELDB=1 \
..
cmake .. \
-DENABLE_LEVELDB=1
make -j2