mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Remove make wapm from Makefile
This commit is contained in:
parent
51f906a25a
commit
25eb86afe3
3
Makefile
3
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"
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user