mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Travis: Set pipefail
This commit is contained in:
parent
96e620caaf
commit
a58a9572fa
@ -165,6 +165,8 @@ addons:
|
||||
osx_image: xcode11.2
|
||||
|
||||
before_install:
|
||||
## Set pipefail: we use pipes
|
||||
- set -o pipefail || echo "pipefail failed"
|
||||
## Create empty rust directories for non-Rust builds, so caching succeeds
|
||||
- if [[ "$RUST_OPTIONS" == "" ]]; then mkdir -p $HOME/.cargo $TRAVIS_BUILD_DIR/src/rust/target; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user