Skip to content

Commit dfaafd3

Browse files
authored
Merge pull request #2854 from martin-frbg/travis-graviton
Add an AWS-Graviton2 build to Travis CI
2 parents 33d22f9 + f2e9a24 commit dfaafd3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,21 @@ matrix:
233233
- CC="/Applications/Xcode-10.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang"
234234
- 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"
235235
- 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+
236251
# whitelist
237252
branches:
238253
only:

0 commit comments

Comments
 (0)