From 25eb86afe3bdea9f661805d55420902c86014166 Mon Sep 17 00:00:00 2001 From: Syrus Date: Thu, 20 Feb 2020 15:10:57 -0800 Subject: [PATCH] Remove make wapm from Makefile --- Makefile | 3 --- azure-pipelines.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a7b1039e9..9d85fa499 100644 --- a/Makefile +++ b/Makefile @@ -350,6 +350,3 @@ docs-publish: cd api-docs-repo && git add index.html crates/* c/* cd api-docs-repo && (git diff-index --quiet HEAD || git commit -m "Publishing GitHub Pages") cd api-docs-repo && git push origin gh-pages - -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 75bec4daf..25c9cb166 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -144,7 +144,7 @@ jobs: condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT')) - bash: | git clone --branch $WAPM_VERSION https://github.com/wasmerio/wapm-cli.git - make wapm + cargo build --release --manifest-path wapm-cli/Cargo.toml --features "telemetry update-notifications" displayName: Build WAPM condition: | startsWith(variables['Build.SourceBranch'], 'refs/tags')