Add gitlab/github CI for testing and releases
This commit is contained in:
13
.github/workflows/test-commits.yml
vendored
Normal file
13
.github/workflows/test-commits.yml
vendored
Normal 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
|
Reference in New Issue
Block a user