File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -160,26 +160,25 @@ matrix:
160
160
os : osx
161
161
osx_image : xcode10.1
162
162
before_script :
163
- - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
163
+ - COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
164
164
- brew update
165
165
- brew install gcc@8 # for gfortran
166
166
script :
167
167
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
168
168
env :
169
- - BTYPE="BINARY=64 INTERFACE64=1 FC=gfortran-8"
169
+ - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-8"
170
170
171
171
- << : *test-macos
172
- osx_image : xcode8.3
172
+ osx_image : xcode10.0
173
173
env :
174
- - BTYPE="BINARY=32 FC=gfortran-8 "
174
+ - BTYPE="TARGET=NEHALEM BINARY=32 NOFORTRAN=1 "
175
175
176
176
- << : *test-macos
177
177
osx_image : xcode10.1
178
178
env :
179
- - COMMON_FLAGS="NUM_THREADS=32"
180
179
- 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 "
183
182
184
183
# whitelist
185
184
branches :
You can’t perform that action at this time.
0 commit comments