Skip to content

Commit

Permalink
Added make wapm command
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Nov 21, 2019
1 parent b3322a6 commit cafad45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit cafad45

Please sign in to comment.