minetestmapper/.travis.yml

27 lines
581 B
YAML
Raw Normal View History

2014-12-24 21:24:49 +01:00
language: cpp
compiler:
- gcc
- clang
sudo: false
addons:
apt:
sources:
- llvm-toolchain-precise-3.8
- ubuntu-toolchain-r-test
packages:
- cmake
2016-12-05 12:41:36 +01:00
- libfreeimage-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
2014-12-24 21:24:49 +01:00
script: ./util/travis/script.sh
notifications:
email: false
matrix:
fast_finish: true