mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Merge branch 'travis-osx-034' into travis-osx-master
This commit is contained in:
commit
4e6d754f35
@ -148,6 +148,7 @@ install:
|
|||||||
- if [[ "$COVERAGE_OPTIONS" != "" ]]; then pip install --user cpp-coveralls; fi
|
- if [[ "$COVERAGE_OPTIONS" != "" ]]; then pip install --user cpp-coveralls; fi
|
||||||
## If we're on OSX, and using asciidoc, install asciidoc
|
## If we're on OSX, and using asciidoc, install asciidoc
|
||||||
- if [[ "$ASCIIDOC_OPTIONS" == "" ]] && [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install asciidoc; fi
|
- if [[ "$ASCIIDOC_OPTIONS" == "" ]] && [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install asciidoc; fi
|
||||||
|
- if [[ "$ASCIIDOC_OPTIONS" == "" ]] && [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install xmlto; fi
|
||||||
## If we're using Rust, download rustup
|
## If we're using Rust, download rustup
|
||||||
- if [[ "$RUST_OPTIONS" != "" ]]; then curl -Ssf -o rustup.sh https://sh.rustup.rs; fi
|
- if [[ "$RUST_OPTIONS" != "" ]]; then curl -Ssf -o rustup.sh https://sh.rustup.rs; fi
|
||||||
## Install the stable channels of rustc and cargo and setup our toolchain environment
|
## Install the stable channels of rustc and cargo and setup our toolchain environment
|
||||||
|
Loading…
Reference in New Issue
Block a user