Browse Source

Update .travis.yml

pull/3433/head
Martin Kroeker GitHub 4 years ago
parent
commit
13cdd5fc2c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      .travis.yml

+ 1
- 3
.travis.yml View File

@@ -299,9 +299,7 @@ matrix:
script:
- wget https://developer.arm.com/-/media/Files/downloads/hpc/arm-instruction-emulator/21-0/ARM-Instruction-Emulator_21.0_AArch64_Ubuntu-18.04_aarch64.tar.gz
- tar zxvf ARM-Instruction-Emulator_21.0_AArch64_Ubuntu-18.04_aarch64.tar.gz
- cd ARM-Instruction-Emulator_21.0_aarch64_Ubuntu-18.04_aarch64
- sudo ./arm-instruction-emulator-21.0*_aarch64-linux-rpm.sh -a
- cd ..
- ./arm-instruction-emulator-21.0*_aarch64-linux-rpm.sh -a
- ls /opt/arm
- export PATH=/opt/arm/arm-instruction-emulator-21.0_aarch64_Ubuntu-18.04_aarch64-linux/bin64:$PATH
- travis_wait 45 make TARGET=A64FX CROSS=1 CC=gcc-11 FC=gfortran-11 HOSTCC=gcc-11


Loading…
Cancel
Save