travis: for now, clang build result should not impact overall build result

This commit is contained in:
Tom Reynolds 2014-02-12 08:45:01 +01:00
parent cc64e6cc8e
commit 32d68d6642
2 changed files with 16 additions and 2 deletions

View File

@ -1,19 +1,33 @@
# http://docs.travis-ci.com/user/build-configuration/
language: cpp
compiler:
- gcc
- clang
matrix:
include:
- compiler: gcc
- compiler: clang
allow_failures:
- compiler: clang
git:
submodules: false
#branches:
# only:
# - master
before_install:
- sudo apt-get update -qq # UPDATE REPOS
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
- sudo apt-get upgrade -qq # UPGRADE SYSTEM TO LATEST PATCH LEVEL
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL OUR DEPENDENCIES
script:
# ALL THE BUILD COMMANDS HERE
- mk/linux/build-mg.sh -c 4
notifications:
irc:
channels:

@ -1 +1 @@
Subproject commit 72f44c6742b2d18e1fd1220377c33b1d8ba58d1f
Subproject commit c52a68f135fe95ba73b3b22ddb43ec2cb4e0350d