fix travis release build

This commit is contained in:
sagie gur ari 2020-01-03 13:40:50 +00:00
parent 8911efd958
commit 8bc796cf76

View File

@ -25,7 +25,7 @@ matrix:
rust: stable
os: osx
script:
- cargo make zip-release-ci-flow --env TARGET=x86_64-apple-darwin
- cargo make --no-workspace zip-release-ci-flow --env CARGO_MAKE_RELEASE_FLOW_TARGET=x86_64-apple-darwin
- env: DEPLOY=1
rust: stable
os: windows
@ -33,12 +33,12 @@ matrix:
- rustup target add x86_64-pc-windows-msvc
- cargo install --debug cargo-make
script:
- cargo make zip-release-ci-flow --env TARGET=x86_64-pc-windows-msvc
- cargo make --no-workspace zip-release-ci-flow --env CARGO_MAKE_RELEASE_FLOW_TARGET=x86_64-pc-windows-msvc
- env: DEPLOY=1
rust: stable
os: linux
script:
- cargo make zip-release-ci-flow --env TARGET=x86_64-unknown-linux-musl
- cargo make --no-workspace zip-release-ci-flow --env CARGO_MAKE_RELEASE_FLOW_TARGET=x86_64-unknown-linux-musl
addons:
apt:
packages: