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 1010 - MPICH_BOT_URL_HEAD="https://github.com/sourceryinstitute/opencoarrays/files/64308/"
1111 - MPICH_BOT_URL_TAIL="mpich-3.2.yosemite.bottle.1.tar.gz"
1212 - OSX_PACKAGES="gcc cmake"
13- - BUILD_TYPE="CodeCoverage"
1413
1514matrix :
1615 include :
1716 - 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
1841 - os : linux
1942 sudo : false
43+ env :
44+ - BUILD_TYPE="Release"
2045 cache :
2146 directories :
2247 - " $CACHE"
You can’t perform that action at this time.
0 commit comments