File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 10
10
- MPICH_BOT_URL_HEAD="https://github.com/sourceryinstitute/opencoarrays/files/64308/"
11
11
- MPICH_BOT_URL_TAIL="mpich-3.2.yosemite.bottle.1.tar.gz"
12
12
- OSX_PACKAGES="gcc cmake"
13
- - BUILD_TYPE="CodeCoverage"
14
13
15
14
matrix :
16
15
include :
17
16
- os : osx
17
+ env :
18
+ - BUILD_TYPE="CodeCoverage"
19
+ - os : osx
20
+ env :
21
+ - BUILD_TYPE="Release"
22
+ - os : linux
23
+ sudo : false
24
+ env :
25
+ - BUILD_TYPE="CodeCoverage"
26
+ cache :
27
+ directories :
28
+ - " $CACHE"
29
+ - " $HOME/.cache/pip"
30
+ addons :
31
+ apt :
32
+ sources :
33
+ - george-edison55-precise-backports
34
+ - ubuntu-toolchain-r-test
35
+ packages :
36
+ - gcc-5
37
+ - gfortran-5
38
+ - binutils
39
+ - cmake-data
40
+ - cmake
18
41
- os : linux
19
42
sudo : false
43
+ env :
44
+ - BUILD_TYPE="Release"
20
45
cache :
21
46
directories :
22
47
- " $CACHE"
You can’t perform that action at this time.
0 commit comments