mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-03 22:51:32 +00:00
Build releases with nightly on CI
This commit is contained in:
@ -20,11 +20,13 @@ matrix:
|
|||||||
|
|
||||||
# Dist linux binary
|
# Dist linux binary
|
||||||
- env: TARGET=x86_64-unknown-linux-musl DEPLOY=1
|
- env: TARGET=x86_64-unknown-linux-musl DEPLOY=1
|
||||||
|
rust: nightly
|
||||||
before_script: rustup target add $TARGET
|
before_script: rustup target add $TARGET
|
||||||
script: cargo build --manifest-path crates/cli/Cargo.toml --release --target $TARGET
|
script: cargo build --manifest-path crates/cli/Cargo.toml --release --target $TARGET
|
||||||
|
|
||||||
# Dist OSX binary
|
# Dist OSX binary
|
||||||
- os: osx
|
- os: osx
|
||||||
|
rust: nightly
|
||||||
env: MACOSX_DEPLOYMENT_TARGET=10.7 DEPLOY=1 TARGET=x86_64-apple-darwin
|
env: MACOSX_DEPLOYMENT_TARGET=10.7 DEPLOY=1 TARGET=x86_64-apple-darwin
|
||||||
script: cargo build --manifest-path crates/cli/Cargo.toml --release --target $TARGET
|
script: cargo build --manifest-path crates/cli/Cargo.toml --release --target $TARGET
|
||||||
install: true
|
install: true
|
||||||
|
Reference in New Issue
Block a user