We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5b733 commit 5f7a36fCopy full SHA for 5f7a36f
azure-pipelines.yml
@@ -24,9 +24,14 @@ jobs:
24
windows:
25
imageName: 'windows-latest'
26
rust_target_run: 'x86_64-pc-windows-msvc i686-pc-windows-msvc x86_64-pc-windows-gnu'
27
- mac:
+ mac0:
28
imageName: 'macos-latest'
29
rust_target_run: 'x86_64-apple-darwin'
30
+ mac1:
31
+ imageName: 'macos-latest'
32
+ rust_toolchain: nightly
33
+ rust_features: ';nightly'
34
+ rust_target_run: 'x86_64-apple-darwin'
35
linux:
36
imageName: 'ubuntu-latest'
37
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 commit comments