Browse Source

Merge pull request #3854 from martin-frbg/travis-gcc8arm

Travis CI: Add a DYNAMIC_ARCH build on Neoverse using older gcc8
tags/v0.3.22^2
Martin Kroeker GitHub 2 years ago
parent
commit
c17b5ce75c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      .travis.yml

+ 19
- 0
.travis.yml View File

@@ -285,6 +285,25 @@ matrix:
- gfortran
script:
- travis_wait 45 make && make lapack-test
env:
- TARGET_BOX=NEOVERSE_N1
- &test-neon1-gcc8
os: linux
arch: arm64
dist: focal
group: edge
virt: lxd
compiler: gcc
addons:
apt:
packages:
- gcc-8
- gfortran-8
script:
- travis_wait 45 make QUIET_MAKE=1 CC=gcc-8 FC=gfortran-8 DYNAMIC_ARCH=1
env:
- TARGET_BOX=NEOVERSE_N1-GCC8
# whitelist
branches:


Loading…
Cancel
Save