Skip to content

Commit

Permalink
Create workflow pipeline for SDK examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 24, 2024
1 parent 9b76271 commit 3388837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install RISC-V GNU toolchain
run: sudo apt install gcc-riscv64-unknown-elf

- name: Example Build
- run: |
- name: Build SDK Examples
run: |
qrepo run compile examples/sdk/blink.cpp --output blink
qrepo run compile examples/sdk/delay.cpp --output delay
qrepo run compile examples/sdk/hello.cpp --output hello
Expand Down

0 comments on commit 3388837

Please sign in to comment.