Skip to content

Commit

Permalink
add nightly feature to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmocatta committed Jul 15, 2020
1 parent 173e472 commit b31224f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -24,9 +24,14 @@ jobs:
windows:
imageName: 'windows-latest'
rust_target_run: 'x86_64-pc-windows-msvc i686-pc-windows-msvc x86_64-pc-windows-gnu'
mac:
mac0:
imageName: 'macos-latest'
rust_target_run: 'x86_64-apple-darwin'
mac1:
imageName: 'macos-latest'
rust_toolchain: nightly
rust_features: ';nightly'
rust_target_run: 'x86_64-apple-darwin'
linux:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-gnu i686-unknown-linux-gnu x86_64-unknown-linux-musl i686-unknown-linux-musl aarch64-unknown-linux-gnu aarch64-unknown-linux-musl'

0 comments on commit b31224f

Please sign in to comment.