forked from BRAINSia/BRAINSTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
75 lines (69 loc) · 1.89 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Build matrix / environment variables are explained on:
# http://about.travis-ci.org/docs/user/build-configuration/
# This file can be validated on:
# http://lint.travis-ci.org/
# See also
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
# to allow C++11, though we are not yet building with -std=c++11
language: cpp
sudo: false
os:
- linux
# - osx
# http://www.brianlheim.com/2017/08/20/supercollider-travisci.html
# use ccache to speed up build times. on osx,
# we install it during the the before_install step
# with xcode, this requires an additional flag passed during the configuration phase.
# see README_MACOS.md for details.
cache:
- ccache
compiler:
# - clang
- gcc
git:
depth: false # Need the full depth of the repo for version history
#cache: ccache <-- todo investigate
#use containers <-- todo investigate
addons:
# homebrew:
# packages:
# - ninja
# - cmake
# update: false # do not update homebrew by default
#apt:
#sources:
#- llvm-toolchain-precise-3.5
#packages:
#- gcc-4.9
#- g++-4.9
#- clang-3.5
#- valgrind
matrix:
# allow_failures:
# - os: osx
include:
# - name: Mac clang static release testing
# os: osx
# osx_image: xcode9.4
# compiler: clang
# script: ./.travis_build_script.sh
# - name: xenial clang static release testing
# os: linux
# dist: xenial
# compiler: clang
# script: ./.travis_build_script.sh
- name: xenial gcc cmake coverage
os: linux
dist: xenial
compiler: gcc
script: ./.travis_build_script.sh
# Valgrind has too many false positives from the python wrapping. Need a good suppression file
# - name: xenial gcc cmake coverage
# os: linux
# dist: xenial
# compiler: gcc
# script: ./.travis_build_script.sh
notifications:
email:
recipients: