MegaGlest/.travis.yml

29 lines
682 B
YAML
Raw Normal View History

2014-01-24 18:47:27 +01:00
# http://docs.travis-ci.com/user/build-configuration/
language: cpp
compiler:
- gcc
- clang
git:
submodules: false
2014-01-24 18:47:27 +01:00
#branches:
# only:
# - master
before_install:
2014-01-24 18:47:27 +01:00
- sudo apt-get update -qq # UPDATE REPOS
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
script:
# ALL THE BUILD COMMANDS HERE
2014-01-24 18:47:27 +01:00
- mk/linux/build-mg.sh -c 4
notifications:
irc:
channels:
- "irc.freenode.org#megaglest"
skip_join: true
2014-01-24 18:47:27 +01:00
use_notice: true
template:
#- "[%{commit}: %{author}] %{message}"
#- "%{build_url}"
- "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
- "Diff: %{compare_url}"
- "Build: %{build_url}"