We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab9c41 commit ce1a9aeCopy full SHA for ce1a9ae
.travis.yml
@@ -285,6 +285,25 @@ matrix:
285
- gfortran
286
script:
287
- travis_wait 45 make && make lapack-test
288
+ env:
289
+ - TARGET_BOX=NEOVERSE_N1
290
+
291
+ - &test-neon1-gcc8
292
+ os: linux
293
+ arch: arm64
294
+ dist: focal
295
+ group: edge
296
+ virt: lxd
297
+ compiler: gcc
298
+ addons:
299
+ apt:
300
+ packages:
301
+ - gcc-8
302
+ - gfortran-8
303
+ script:
304
+ - travis_wait 45 make CC=gcc-8 FC=gfortran-8 DYNAMIC_ARCH=1
305
306
+ - TARGET_BOX=NEOVERSE_N1-GCC8
307
308
# whitelist
309
branches:
0 commit comments