We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac04858 + bdb9fa7 commit fa2fc17Copy full SHA for fa2fc17
1 file changed
.github/workflows/build.yml
@@ -0,0 +1,25 @@
1
+name: C/C++ CI
2
+
3
+on:
4
+ # run on all branches
5
+ push:
6
+ branches: [ ]
7
+ pull_request:
8
9
10
+jobs:
11
+ linux:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ - name: make
16
+ run: |
17
+ make
18
19
+ macos:
20
+ runs-on: macos-latest
21
22
23
24
25
0 commit comments