Skip to content

Commit

Permalink
azure: Update Azure config.
Browse files Browse the repository at this point in the history
  • Loading branch information
inspier committed Sep 13, 2020
1 parent 4d6c3c4 commit 15ab071
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
18 changes: 18 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,21 @@ jobs:
name: 'Linux_stable'
vmImage: 'ubuntu-latest'
toolchain: 'stable'

- template: 'azure-template-unix.yml'
parameters:
name: 'Linux_beta'
vmImage: 'ubuntu-latest'
toolchain: 'beta'

- template: 'azure-template-unix.yml'
parameters:
name: 'Linux_nightly'
vmImage: 'ubuntu-latest'
toolchain: 'nightly'

- template: 'azure-template-win.yml'
parameters:
name: 'Windows_stable'
vmImage: 'windows-latest'
toolchain: 'stable'
3 changes: 1 addition & 2 deletions azure-template-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
toolchain: ${{ parameters.toolchain }}
steps:
- powershell: |
#Invoke-WebRequest -Uri "https://win.rustup.rs" -OutFile "rustup-init.exe"
#&".\rustup-init.exe" --default-toolchain $(toolchain) -y
rustup update
rustup show
displayName: 'Install rust'
- powershell: |
Expand Down

0 comments on commit 15ab071

Please sign in to comment.