mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge branch 'travis-osx-029' into travis-osx-032
Simple merge to resolve order conflicts.
This commit is contained in:
commit
69adc68ac6
2 changed files with 5 additions and 1 deletions
|
@ -49,7 +49,7 @@ matrix:
|
|||
## We run rust and coverage with hardening off, which seems like enough
|
||||
# - env: HARDENING_OPTIONS=""
|
||||
## We check asciidoc with distcheck, to make sure we remove doc products
|
||||
- env: ASCIIDOC_OPTIONS="" DISTCHECK="yes"
|
||||
- env: DISTCHECK="yes" ASCIIDOC_OPTIONS=""
|
||||
## Check rust offline without hardening (see above), or distcheck
|
||||
## Distcheck doesn't work with rust in 0.3.2
|
||||
## TOR_RUST_DEPENDENCIES is spelt RUST_DEPENDENCIES in 0.3.2
|
||||
|
@ -146,6 +146,7 @@ install:
|
|||
- if [[ "$COVERAGE_OPTIONS" != "" ]]; then pip install --user cpp-coveralls; fi
|
||||
## 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 xmlto; fi
|
||||
## If we're using Rust, download rustup
|
||||
- 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
|
||||
|
|
3
changes/ticket24629
Normal file
3
changes/ticket24629
Normal file
|
@ -0,0 +1,3 @@
|
|||
o Minor features (continuous integration):
|
||||
- Enable macOS builds in our Travis CI configuration.
|
||||
Closes ticket 24629.
|
Loading…
Add table
Reference in a new issue