glest-source/.travis.yml
Tom Reynolds 09fb20182a - Enable clang builds for Travis CI
- build-mg.sh: Switch to clang build if CC and CXX env vars both contain 'clang'
2013-12-08 23:00:25 +01:00

20 lines
426 B
YAML

language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq # UPDATE REPOS
- sudo apt-cache policy
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
script:
# ALL THE BUILD COMMANDS HERE
- ./build-mg.sh
notifications:
irc:
channels:
- "irc.freenode.org#megaglest"
template:
- "[%{commit} : %{author}] %{message}"
- "%{build_url}"
skip_join: true