Skip to content

Commit ade6f2c

Browse files
committed
Add espidf build to CI
Signed-off-by: Joe Richey <[email protected]>
1 parent 5673a61 commit ade6f2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ jobs:
319319
run: cargo build -Z build-std=core --target=aarch64-kmc-solid_asp3
320320
- name: Nintendo 3DS
321321
run: cargo build -Z build-std=core --target=armv6k-nintendo-3ds
322+
- name: RISC-V ESP-IDF
323+
run: cargo build -Z build-std=core --target=riscv32imc-esp-espidf
322324
- name: OpenBSD
323325
run: cargo build -Z build-std=std --target=x86_64-unknown-openbsd --features=std
324326
- name: Dragonfly BSD

0 commit comments

Comments
 (0)