File tree Expand file tree Collapse file tree 3 files changed +6
-21
lines changed Expand file tree Collapse file tree 3 files changed +6
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- branches : [ master ]
3
+ branches : [ master, global_asm ]
4
4
pull_request :
5
5
merge_group :
6
6
18
18
- riscv32imac-unknown-none-elf
19
19
- riscv64imac-unknown-none-elf
20
20
- riscv64gc-unknown-none-elf
21
+ example :
22
+ - empty
23
+ - multi_core
21
24
cargo_flags : [ "--no-default-features", "--all-features" ]
22
25
include :
23
26
# Nightly is only for reference and allowed to fail
33
36
targets : ${{ matrix.target }}
34
37
- name : Build library
35
38
run : cargo build --target ${{ matrix.target }} ${{ matrix.cargo_flags }}
39
+ - name : Build example
40
+ run : RUSTFLAGS="-C link-arg=-Texamples/device.x" cargo build --target ${{ matrix.target }} --example ${{ matrix.example }} ${{ matrix.cargo_flags }}
36
41
37
42
# Job to check that all the builds succeeded
38
43
build-check :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments