Skip to content

Commit af4d2a9

Browse files
committed
.github/workflows/compile-examples.yml: Added reusable wflow.
Signed-off-by: jaenrig-ifx <[email protected]>
1 parent 37a7515 commit af4d2a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Compile examples
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
compile-examples:
8+
uses: Infineon/arduino-devops/.github/workflows/compile-examples.yml@latest
9+
with:
10+
core-setup-script: bash ./tools/dev-setup.sh
11+
ci-setup-script: git submodule update --init extras/arduino-examples
12+
secrets: inherit

0 commit comments

Comments
 (0)