We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa201d commit 9f09494Copy full SHA for 9f09494
1 file changed
.github/workflows/build.yml
@@ -0,0 +1,13 @@
1
+name: Build
2
+
3
+on: [push, pull_request]
4
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - name: Configure
11
+ run: ./configure
12
+ - name: Make
13
+ run: make
0 commit comments