File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -224,12 +224,21 @@ matrix:
224
224
before_script :
225
225
- COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
226
226
- brew update
227
- - brew install gcc@10
228
227
script :
229
228
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
230
229
env :
231
- - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10"
232
-
230
+ - BTYPE="TARGET=HASWELL USE_OPENMP=1 BINARY=64 INTERFACE64=1 FC=gfortran-10"
231
+
232
+ - << : *test-macos
233
+ osx_image : xcode12
234
+ before_script :
235
+ - COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
236
+ - brew update
237
+ script :
238
+ - travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
239
+ env :
240
+ - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10"
241
+
233
242
# - <<: *test-macos
234
243
# osx_image: xcode10
235
244
# env:
You can’t perform that action at this time.
0 commit comments