File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
- MPICH_BOT_URL_TAIL="mpich-3.2_3.yosemite.bottle.1.tar.gz"
15
15
- BUILD_TYPES="Release Debug RelWithDebInfo CodeCoverage"
16
16
matrix :
17
- - GCC=6 OSX_PACKAGES="gcc@6 cmake shellcheck"
18
- - GCC=7 OSX_PACKAGES="gcc cmake shellcheck"
17
+ - GCC=6 OSX_PACKAGES="gcc@6 shellcheck" BUILD_TYPE="InstallScript "
18
+ - GCC="6 7" OSX_PACKAGES="gcc gcc@6 cmake shellcheck" BUILD_TYPE="cmake "
19
19
20
20
matrix :
21
21
fast_finish : true
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if ! [[ "${TRAVIS_TAG}" ]] || ! ${TRAVIS_SECURE_ENV_VARS} ; then
6
6
else
7
7
echo " Encrypted vars not unset"
8
8
fi
9
- if [[ " ${OS_TYPE } " == [Dd]arwin* ]]; then
9
+ if [[ " ${OSTYPE } " == [Dd]arwin* ]]; then
10
10
export PATH=" ${PATH} :${HOME} /Library/Python/2.7/bin"
11
11
else
12
12
export PATH=" ${CACHE} /bin:${PATH} "
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ for version in ${GCC}; do
28
28
export CC=gcc-${version}
29
29
${FC} --version
30
30
${CC} --version
31
- if [[ ${OS_TYPE } == [Dd]arwin* ]]; then
31
+ if [[ ${OSTYPE } == [Dd]arwin* ]]; then
32
32
# Ideally this stuff would be in the `install:` section
33
33
# but puting it here simplifies the Travis code a lot
34
34
MPICH_BOT_URL_HEAD=MPICH_GCC${version} _BOT_URL_HEAD
You can’t perform that action at this time.
0 commit comments