We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0bb95 commit ef12c37Copy full SHA for ef12c37
.travis.yml
@@ -13,13 +13,18 @@ env:
13
- MPICH_GCC7_BOT_URL_HEAD="https://github.com/sourceryinstitute/OpenCoarrays/files/1956441/"
14
- MPICH_BOT_URL_TAIL="mpich-3.2.1_1.high_sierra.bottle.1.tar.gz"
15
- BUILD_TYPES="Debug RelWithDebInfo Release CodeCoverage"
16
- matrix:
17
- - GCC=6 OSX_PACKAGES="gcc@6 shellcheck" BUILD_TYPE="InstallScript"
18
- - GCC="6 7" OSX_PACKAGES="gcc@7 gcc@6 cmake shellcheck" BUILD_TYPE="cmake"
+ # matrix:
+ # - GCC="6 7" OSX_PACKAGES="gcc@7 gcc@6 cmake shellcheck" BUILD_TYPE="cmake"
19
20
matrix:
21
fast_finish: true
22
include:
+ - &macOS
23
+ os: osx
24
+ env:
25
+ - BUILD_TYPE="InstallScript"
26
+ GCC=6
27
+ OSX_PACKAGES="gcc@6 shellcheck"
28
- &ubuntu
29
os: linux
30
sudo: false
0 commit comments