Skip to content

Commit

Permalink
Use the global: env variables in travis.yml (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek authored Aug 5, 2022
1 parent 5a68b6f commit ed76bea
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ arch:
- ppc64le
- s390x
env:
- PROTON_VERSION=main BUILD_TYPE=RelWithDebInfo RUNTIME_CHECK=asan QD_ENABLE_ASSERTIONS=ON
- PROTON_VERSION=main BUILD_TYPE=RelWithDebInfo RUNTIME_CHECK=tsan QD_ENABLE_ASSERTIONS=OFF
global:
- PROTON_VERSION=main
- BUILD_TYPE=RelWithDebInfo
jobs:
- RUNTIME_CHECK=asan QD_ENABLE_ASSERTIONS=ON
- RUNTIME_CHECK=tsan QD_ENABLE_ASSERTIONS=OFF

jobs:
fast_finish: true
Expand All @@ -39,7 +43,7 @@ jobs:
- arch: s390x
exclude:
- arch: s390x
env: PROTON_VERSION=main BUILD_TYPE=RelWithDebInfo RUNTIME_CHECK=tsan QD_ENABLE_ASSERTIONS=OFF
env: RUNTIME_CHECK=tsan QD_ENABLE_ASSERTIONS=OFF

addons:
apt:
Expand Down

0 comments on commit ed76bea

Please sign in to comment.