Update .travis.yml
This commit is contained in:
parent
f86cd4659a
commit
b451cd1c2e
|
@ -301,11 +301,13 @@ matrix:
|
||||||
- wget
|
- wget
|
||||||
- environment-modules
|
- environment-modules
|
||||||
script:
|
script:
|
||||||
|
- apt install environment-modules
|
||||||
- wget -q 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
|
- wget -q 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
|
- tar zxvf ARM-Instruction-Emulator_21.0_AArch64_Ubuntu-18.04_aarch64.tar.gz
|
||||||
- cd arm-instruction-emulator_21.0_Ubuntu-18.04_aarch64
|
- cd arm-instruction-emulator_21.0_Ubuntu-18.04_aarch64
|
||||||
- sudo ./arm-instruction-emulator_21.0_Ubuntu-18.04.sh -a
|
- sudo ./arm-instruction-emulator_21.0_Ubuntu-18.04.sh -a
|
||||||
- cd ..
|
- cd ..
|
||||||
|
- module avail
|
||||||
- module load armie21/21.0
|
- module load armie21/21.0
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
- travis_wait 45 make TARGET=A64FX CROSS=1 CC=gcc-10 FC=gfortran-10 HOSTCC=gcc-10 DEBUG=1
|
- travis_wait 45 make TARGET=A64FX CROSS=1 CC=gcc-10 FC=gfortran-10 HOSTCC=gcc-10 DEBUG=1
|
||||||
|
|
Loading…
Reference in New Issue