Move 32bit OSX build back to xcode 8.3 but switch to gcc8

This commit is contained in:
Martin Kroeker 2019-10-05 10:52:47 +02:00 committed by GitHub
parent 32f5907fef
commit 258ac56e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -162,16 +162,16 @@ matrix:
before_script: before_script:
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32" - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
- brew update - brew update
- brew install gcc # for gfortran - brew install gcc@8 # for gfortran
script: script:
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE - travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
env: env:
- BTYPE="BINARY=64 INTERFACE64=1" - BTYPE="BINARY=64 INTERFACE64=1 FC=gfortran-8"
- <<: *test-macos - <<: *test-macos
osx_image: xcode9.3 osx_image: xcode8.3
env: env:
- BTYPE="BINARY=32" - BTYPE="BINARY=32 FC=gfortran-8"
# whitelist # whitelist
branches: branches: