Remove make wapm from Makefile

This commit is contained in:
Syrus 2020-02-20 15:10:57 -08:00
parent 51f906a25a
commit 25eb86afe3
2 changed files with 1 additions and 4 deletions

View File

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

View File

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