Added make wapm command

This commit is contained in:
Syrus 2019-11-20 19:13:59 -08:00
parent b3322a6c5c
commit cafad45175
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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')