mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-13 05:50:35 +02:00
Travis integration
This commit is contained in:
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
env:
|
||||
- CXX11=1
|
||||
- CXX11=0
|
||||
before_install: ./util/travis/before_install.sh
|
||||
script: ./util/travis/script.sh
|
||||
notifications:
|
||||
email: false
|
||||
matrix:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
- env: CXX11=1
|
||||
compiler: gcc
|
Reference in New Issue
Block a user