mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-12 13:40:32 +01:00
27 lines
581 B
YAML
27 lines
581 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
sudo: false
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- llvm-toolchain-precise-3.8
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- cmake
|
|
- libgd2-noxpm-dev
|
|
- libsqlite3-dev
|
|
- p7zip
|
|
- g++-6
|
|
- clang-3.8
|
|
before_install:
|
|
- # Nothing ever works correctly with precise, use a custom libleveldb build
|
|
- wget http://minetest.kitsunemimi.pw/libleveldb-1.18-ubuntu12.04.7z
|
|
- 7zr x -olibleveldb libleveldb-1.18-ubuntu12.04.7z
|
|
script: ./util/travis/script.sh
|
|
notifications:
|
|
email: false
|
|
matrix:
|
|
fast_finish: true
|