Skip to content

Commit 867232c

Browse files
authored
Merge pull request #2327 from martin-frbg/travisosx
Cleanup IOS build and disable FORTRAN on 32bit and ios builds for now
2 parents 5aaf70e + ae2a099 commit 867232c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,26 +160,25 @@ matrix:
160160
os: osx
161161
osx_image: xcode10.1
162162
before_script:
163-
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
163+
- COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
164164
- brew update
165165
- brew install gcc@8 # for gfortran
166166
script:
167167
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
168168
env:
169-
- BTYPE="BINARY=64 INTERFACE64=1 FC=gfortran-8"
169+
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-8"
170170

171171
- <<: *test-macos
172-
osx_image: xcode8.3
172+
osx_image: xcode10.0
173173
env:
174-
- BTYPE="BINARY=32 FC=gfortran-8"
174+
- BTYPE="TARGET=NEHALEM BINARY=32 NOFORTRAN=1"
175175

176176
- <<: *test-macos
177177
osx_image: xcode10.1
178178
env:
179-
- COMMON_FLAGS="NUM_THREADS=32"
180179
- CC="/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk"
181-
- CFLAGS="-O2 -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk -arch arm64 -miphoneos-version-min=10.0"
182-
- BTYPE="TARGET=ARMV8 BINARY=64 HOSTCC=clang"
180+
- CFLAGS="-O2 -Wno-macro-redefined -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk -arch arm64 -miphoneos-version-min=10.0"
181+
- BTYPE="TARGET=ARMV8 BINARY=64 HOSTCC=clang NOFORTRAN=1"
183182

184183
# whitelist
185184
branches:

0 commit comments

Comments
 (0)