Fix azure config

This commit is contained in:
Alex Crichton
2019-05-02 11:40:01 -07:00
parent 3763755aa2
commit 525a5b95cb
2 changed files with 0 additions and 9 deletions
-5
View File
@@ -7,10 +7,7 @@ jobs:
vmImage: ubuntu-16.04
steps:
- template: ci/azure-install-rust.yml
env:
TOOLCHAIN: nightly
- bash: rustup target add $TARGET
- template: ci/azure-install-rust.yml
- bash: cargo generate-lockfile && ./ci/run-docker.sh $TARGET
strategy:
matrix:
@@ -44,8 +41,6 @@ jobs:
vmImage: ubuntu-16.04
steps:
- template: ci/azure-install-rust.yml
env:
TOOLCHAIN: nightly
- script: rustup target add wasm32-unknown-unknown
displayName: "Install rust wasm target"
- script: cargo build --target wasm32-unknown-unknown
-4
View File
@@ -1,4 +0,0 @@
steps:
- template: azure-install-rust.yml
- bash: cargo generate-lockfile && ./ci/run-docker.sh $TARGET