Browse Source

Update .travis.yml

tags/v0.3.21
Martin Kroeker GitHub 3 years ago
parent
commit
96ddadf164
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

@@ -44,7 +44,7 @@ matrix:
arch: s390x arch: s390x
before_script: before_script:
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32" - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32"
- apt-get install --only-upgrade binutils
- sudo apt-get install --only-upgrade binutils
env: env:
# for matrix annotation only # for matrix annotation only
- TARGET_BOX=IBMZ_LINUX - TARGET_BOX=IBMZ_LINUX
@@ -57,7 +57,7 @@ matrix:
compiler: clang compiler: clang
before_script: before_script:
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32" - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=Z13 NUM_THREADS=32"
- apt-get install --only-upgrade binutils
- sudo apt-get install --only-upgrade binutils
env: env:
# for matrix annotation only # for matrix annotation only
- TARGET_BOX=IBMZ_LINUX - TARGET_BOX=IBMZ_LINUX


Loading…
Cancel
Save