diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2019-07-09 14:27:39 -0400 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2020-05-12 09:47:06 -0400 |
commit | e2bab2aa162ae38b2bf8195b577c982402fbee9d (patch) | |
tree | a04487ed34bc3064ac95748eb64bb78f34e741c7 /.travis.yml | |
parent | 603fd6a2e708c04ef6c9880f89d0a4cbaa6fc7c5 (diff) |
multiprocess: add multiprocess travis configuration
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fd280a91ab..498d7923f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,6 +128,12 @@ jobs: FILE_ENV="./ci/test/00_setup_env_native_fuzz.sh" - stage: test + name: 'x86_64 Linux [GOAL: install] [bionic] [multiprocess]' + if: type != pull_request OR commit_message =~ /depends:|multiprocess:/ # Skip on non-depends, non-multiprocess PRs + env: >- + FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh" + + - stage: test name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]' env: >- FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh" |