Update .travis.yml

This commit is contained in:
Martin Kroeker 2022-09-09 15:33:05 +02:00 committed by GitHub
parent 9ee7fe3d3c
commit ed0401ca08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ matrix:
packages: packages:
- gfortran - gfortran
- g++ - g++
- conda - wget
# before_script: &common-before # before_script: &common-before
# - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32" # - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
# script: # script:
@ -33,6 +33,8 @@ matrix:
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8" - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8"
script: script:
- travis_wait 40 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE - travis_wait 40 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
- wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-ppc64le.sh
- ./Anaconda3-2022.05-Linux-ppc64le.sh
- conda install astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses - conda install astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses
- conda init bash - conda init bash
- conda create condas - conda create condas