Skip to content

Commit ce1a9ae

Browse files
authored
Add a DYNAMIC_ARCH build on Neoverse using older gcc8
1 parent aab9c41 commit ce1a9ae

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,25 @@ matrix:
285285
- gfortran
286286
script:
287287
- 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+
env:
306+
- TARGET_BOX=NEOVERSE_N1-GCC8
288307

289308
# whitelist
290309
branches:

0 commit comments

Comments
 (0)