mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
15 lines
312 B
YAML
15 lines
312 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
- i686-w64-mingw32-gcc
|
|
|
|
script: ./travis-ci-build.sh
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get remove -qq -y mingw32
|
|
- sudo apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
|
|
|
|
notifications:
|
|
email: false
|