We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3763755 commit 525a5b9Copy full SHA for 525a5b9
azure-pipelines.yml
@@ -7,10 +7,7 @@ jobs:
7
vmImage: ubuntu-16.04
8
steps:
9
- template: ci/azure-install-rust.yml
10
- env:
11
- TOOLCHAIN: nightly
12
- bash: rustup target add $TARGET
13
- - template: ci/azure-install-rust.yml
14
- bash: cargo generate-lockfile && ./ci/run-docker.sh $TARGET
15
strategy:
16
matrix:
@@ -44,8 +41,6 @@ jobs:
44
41
45
42
46
43
47
48
49
- script: rustup target add wasm32-unknown-unknown
50
displayName: "Install rust wasm target"
51
- script: cargo build --target wasm32-unknown-unknown
ci/azure-test-all.yml
0 commit comments