mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Used wrong wget option for downloading to named file.
This commit is contained in:
parent
054cc428cb
commit
9729d90e81
1 changed files with 2 additions and 2 deletions
|
@ -58,11 +58,11 @@ before_install:
|
|||
# Fetch the script to do the actual building/testing.
|
||||
- |
|
||||
if [[ "${STATUS_TESTS}" == "true" ]]; then
|
||||
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_status.py" -o ../script.py
|
||||
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_status.py" -O ../script.py
|
||||
fi
|
||||
- |
|
||||
if [[ "${RELEASE_BUILD}" == "LF" || "${RELEASE_BUILD}" == "CRLF" ]]; then
|
||||
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_release.py" -o ../script.py
|
||||
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_release.py" -O ../script.py
|
||||
fi
|
||||
|
||||
install: python "${TRAVIS_BUILD_DIR}/../script.py" install
|
||||
|
|
Loading…
Add table
Reference in a new issue