Skip to content

Commit 0a6f4fd

Browse files
committed
added workflow
1 parent 9d1ad54 commit 0a6f4fd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ccpp.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Library Compile
2+
on: push
3+
jobs:
4+
build:
5+
name: Test compiling examples for UNO
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@master
10+
- name: Compile all examples
11+
uses: ArminJo/[email protected]
12+
with:
13+
libraries: PciManager

0 commit comments

Comments
 (0)