We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33d22f9 + f2e9a24 commit dfaafd3Copy full SHA for dfaafd3
.travis.yml
@@ -233,6 +233,21 @@ matrix:
233
- CC="/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang"
234
- CFLAGS="-O2 -mno-thumb -Wno-macro-redefined -isysroot /Applications/Xcode-10.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk -arch armv7 -miphoneos-version-min=5.1"
235
- BTYPE="TARGET=ARMV7 HOSTCC=clang NOFORTRAN=1"
236
+
237
+ - &test-graviton2
238
+ os: linux
239
+ arch: arm64-graviton2
240
+ dist: focal
241
+ group: edge
242
+ virt: lxd
243
+ compiler: gcc
244
+ addons:
245
+ apt:
246
+ packages:
247
+ - gfortran
248
+ script:
249
+ - travis_wait 45 make && make lapack-test
250
251
# whitelist
252
branches:
253
only:
0 commit comments