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 735fd96 commit 87a134aCopy full SHA for 87a134a
.github/workflows/c-cpp.yml
@@ -0,0 +1,28 @@
1
+name: C/C++ CI
2
+
3
+on:
4
+ [push]
5
6
+jobs:
7
+ linux-build:
8
9
+ runs-on: ubuntu-latest
10
11
+ steps:
12
+ - uses: actions/checkout@v2
13
+ - name: configure
14
+ run: ./configure
15
+ - name: make
16
+ run: make
17
18
+ mac-build:
19
20
+ runs-on: macos-latest
21
22
23
24
25
26
27
28
0 commit comments