Skip to content

Commit 9f09494

Browse files
committed
added workflow
1 parent faa201d commit 9f09494

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)