Skip to content

Commit

Permalink
Add more build examples to github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Bhargav <[email protected]>
  • Loading branch information
ajaybhargav committed Aug 1, 2022
1 parent 30cca2c commit 4b1f7b4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,17 @@ jobs:
- "examples/socket-example"
- "examples/ssl-socket-example"
- "examples/ssl-socket-clientauth"
- "examples/example-os"
- "examples/example-console"
- "examples/example-display"
- "examples/example-gpio"
- "examples/example-gps"
- "examples/example-httpclient"
- "examples/example-i2c"
- "examples/example-os"
- "examples/example-pwm"
- "examples/example-spi"
- "examples/example-timer"
- "examples/example-uart"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Logicrom platform and examples
Expand Down

0 comments on commit 4b1f7b4

Please sign in to comment.