diff --git a/Makefile b/Makefile index a19cc70a1..81b7f828a 100644 --- a/Makefile +++ b/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" diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 23f806dca..720115f18 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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')