Skip to content

Commit 33d22f9

Browse files
authored
Merge pull request #2851 from martin-frbg/travis-xcode12
Add an OSX build with xcode12
2 parents 0f11207 + 5ba01dd commit 33d22f9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,17 @@ matrix:
204204
env:
205205
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-8"
206206

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+
207218
- <<: *test-macos
208219
osx_image: xcode10.0
209220
env:

0 commit comments

Comments
 (0)