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.
2 parents 0f11207 + 5ba01dd commit 33d22f9Copy full SHA for 33d22f9
.travis.yml
@@ -204,6 +204,17 @@ matrix:
204
env:
205
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-8"
206
207
+ - <<: *test-macos
208
+ osx_image: xcode12
209
+ before_script:
210
+ - COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
211
+ - brew update
212
+ - brew install gcc@10 # for gfortran
213
+ script:
214
+ - travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
215
+ env:
216
+ - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10"
217
+
218
- <<: *test-macos
219
osx_image: xcode10.0
220
0 commit comments