Skip to content

Commit 91b0f5b

Browse files
committed
Test no_std too
1 parent c68eb4c commit 91b0f5b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

azure-pipelines.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
jobs:
22
- template: default.yml@templates
33
parameters:
4-
codecov_token: $(CODECOV_TOKEN_SECRET)
54
minrust: 1.32.0
6-
env:
7-
RUST_BACKTRACE: 1
5+
codecov_token: $(CODECOV_TOKEN_SECRET)
6+
- job: no_std
7+
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
819
- job: features
920
displayName: "Check feature combinations"
1021
pool:

0 commit comments

Comments
 (0)