Add gitlab/github CI for testing and releases

This commit is contained in:
2023-05-20 01:09:36 +02:00
parent 0a80d90186
commit 034de92456
3 changed files with 181 additions and 0 deletions

13
.github/workflows/test-commits.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Test Commit
on:
push:
branches:
- '*'
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: build release archives
run: make