mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-04 16:35:03 -05:00
31b6d26784
We require sudo right now, tell this travis, so that they don't try to run it on their container based infrastructure.
21 lines
364 B
YAML
21 lines
364 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
env:
|
|
- PLATFORM=Win32
|
|
- PLATFORM=Win64
|
|
- PLATFORM=Linux
|
|
before_install: ./util/travis/before_install.sh
|
|
script: ./util/travis/script.sh
|
|
sudo: required
|
|
notifications:
|
|
email: false
|
|
matrix:
|
|
fast_finish: true
|
|
exclude:
|
|
- env: PLATFORM=Win32
|
|
compiler: clang
|
|
- env: PLATFORM=Win64
|
|
compiler: clang
|