Improve Travis-CI stuff

This commit is contained in:
Tom Reynolds 2014-01-24 18:47:27 +01:00
parent b6a956d395
commit 50c6bba9a9
2 changed files with 15 additions and 11 deletions

View File

@ -1,22 +1,26 @@
# http://docs.travis-ci.com/user/build-configuration/
language: cpp
compiler:
- gcc
- clang
#branches:
# only:
# - master
before_install:
- sudo apt-get update -qq # UPDATE REPOS
#- free -m
#- df -h
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
- sudo apt-get update -qq # UPDATE REPOS
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
script:
# ALL THE BUILD COMMANDS HERE
- mk/linux/build-mg.sh -c 4
#- dmesg
- mk/linux/build-mg.sh -c 4
notifications:
irc:
channels:
- "irc.freenode.org#megaglest"
template:
- "[%{commit} : %{author}] %{message}"
- "%{build_url}"
use_notice: true
skip_join: true
use_notice: true
template:
#- "[%{commit}: %{author}] %{message}"
#- "%{build_url}"
- "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
- "Diff: %{compare_url}"
- "Build: %{build_url}"

@ -1 +1 @@
Subproject commit 28765fb9baf715ab5adea9b71d12415464c2f0c7
Subproject commit 4148a9e4d7e62270edb2c07174606cbc03561330