We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf40f22 commit c65618fCopy full SHA for c65618f
1 file changed
.github/workflows/ci.yml
@@ -0,0 +1,22 @@
1
+name: CI for Genutils
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
+ pull_request:
7
8
9
+jobs:
10
+ build-lin:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ name: Build for Linux
15
+ run: make
16
17
+ build-win:
18
+ runs-on: windows-latest
19
20
21
+ name: Build for Windows
22
0 commit comments