glest-source/.travis.yml
2013-12-08 22:12:33 +01:00

19 lines
402 B
YAML

language: cpp
compiler:
- gcc
# - clang
before_install:
- sudo apt-get update -qq # UPDATE REPOS
- 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