mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Added make wapm command
This commit is contained in:
parent
b3322a6c5c
commit
cafad45175
3
Makefile
3
Makefile
@ -266,3 +266,6 @@ dep-graph:
|
||||
|
||||
docs:
|
||||
cargo doc --features=backend-singlepass,backend-llvm,wasi,managed
|
||||
|
||||
wapm:
|
||||
cargo build --release --manifest-path wapm-cli/Cargo.toml --features "telemetry update-notifications"
|
||||
|
@ -123,7 +123,7 @@ jobs:
|
||||
displayName: Build (Windows)
|
||||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
|
||||
- bash: |
|
||||
cargo build --release --manifest-path wapm-cli/Cargo.toml --features "telemetry update-notifications"
|
||||
make wapm
|
||||
displayName: Build WAPM
|
||||
condition: |
|
||||
eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||
|
Loading…
x
Reference in New Issue
Block a user