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 c68eb4c commit 91b0f5bCopy full SHA for 91b0f5b
azure-pipelines.yml
@@ -1,10 +1,21 @@
1
jobs:
2
- template: default.yml@templates
3
parameters:
4
- codecov_token: $(CODECOV_TOKEN_SECRET)
5
minrust: 1.32.0
6
- env:
7
- RUST_BACKTRACE: 1
+ codecov_token: $(CODECOV_TOKEN_SECRET)
+ - job: no_std
+ dependsOn: []
8
+ displayName: "Compile-check on no_std target"
9
+ pool:
10
+ vmImage: ubuntu-latest
11
+ steps:
12
+ - template: install-rust.yml@templates
13
+ parameters:
14
+ rust: nightly
15
+ targets:
16
+ - thumbv7m-none-eabi
17
+ - bash: cargo check --target thumbv7m-none-eabi
18
+ displayName: cargo check --target thumbv7m-none-eabi
19
- job: features
20
displayName: "Check feature combinations"
21
pool:
0 commit comments