Browse Source

Update .travis.yml

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

+ 2
- 2
.travis.yml View File

@@ -30,10 +30,10 @@ matrix:
os: linux
arch: ppc64le
before_script: &common-before
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8"
- COMMON_FLAGS="TARGET=POWER8"
script:
- travis_wait 40 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
- wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-ppc64le.sh
- wget -q https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-ppc64le.sh
- sh ./Anaconda3-2022.05-Linux-ppc64le.sh -b -p $HOME/conda
- eval "$($HOME/conda/bin/conda shell.bash hook)"
- conda init


Loading…
Cancel
Save