We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bae8f commit 396cfd8Copy full SHA for 396cfd8
.github/workflows/ccpp.yml
@@ -0,0 +1,11 @@
1
+name: MinimalBuild
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]
0 commit comments