Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Disable stable builds (see rust-lang/rust#54647, fixed in Rust 1.34.0…
Browse files Browse the repository at this point in the history
…-beta.1)
  • Loading branch information
leo60228 committed Mar 2, 2019
1 parent 7fa725a commit 1a4e220
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
jobs:
- template: templates/tests.yml
# - template: templates/tests.yml
- template: templates/tests.yml
parameters:
toolchain: 'beta'
- template: templates/tests.yml
parameters:
toolchain: 'nightly'
- template: templates/tests.yml
parameters:
os: 'Windows'
# - template: templates/tests.yml
# parameters:
# os: 'Windows'
- template: templates/tests.yml
parameters:
os: 'Windows'
Expand All @@ -17,9 +17,9 @@ jobs:
parameters:
os: 'Windows'
toolchain: 'nightly'
- template: templates/tests.yml
parameters:
os: 'macOS'
# - template: templates/tests.yml
# parameters:
# os: 'macOS'
- template: templates/tests.yml
parameters:
os: 'macOS'
Expand All @@ -28,12 +28,7 @@ jobs:
parameters:
os: 'macOS'
toolchain: 'nightly'
- job: 'Clippy'
pool:
vmImage: 'ubuntu-16.04'
container: 'rust:latest'
steps:
- script: rustup component add clippy
displayName: Install Clippy
- script: cargo clippy --all
displayName: Clippy
- template: templates/tests.yml
parameters:
toolchain: 'beta'
clippy: true

0 comments on commit 1a4e220

Please sign in to comment.