Fix azure config
This commit is contained in:
parent
0656dec456
commit
9cf8475f2f
2 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
steps:
|
||||
- template: azure-install-rust.yml
|
||||
|
||||
- bash: cargo generate-lockfile && ./ci/run-docker.sh $TARGET
|
||||
Loading…
Add table
Add a link
Reference in a new issue