Browse Source

Install precompiled wasmer

master
Frank Denis 5 years ago
parent
commit
ea92e2e929
  1. 6
      azure-pipelines.yml

6
azure-pipelines.yml

@ -13,10 +13,8 @@ jobs:
sudo apt-get install build-essential curl cmake
displayName: Install system packages
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --channel=beta
source ${HOME}/.cargo/env
git clone --recursive https://github.com/wasmerio/wasmer.git
(cd wasmer && cargo install --path .)
curl https://get.wasmer.io -sSfL | sh
source ~/.wasmer/wasmer.sh
displayName: Install wasmer
- script: |
curl -sL -o wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-6/wasi-sdk_6.0_amd64.deb

Loading…
Cancel
Save