Skip to content

Commit

Permalink
Create build-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roshkhatri authored Mar 29, 2024
1 parent 57789d4 commit d4e95a8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build linux
on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: make
run: make
- name: make test
run: make test

0 comments on commit d4e95a8

Please sign in to comment.