Skip to content

Commit 4b0b324

Browse files
authored
Create ccpp.yml
1 parent f3692c1 commit 4b0b324

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)