add Github Actions

Signed-off-by: Christian Rebischke <chris@nullday.de>
This commit is contained in:
Christian Rebischke 2019-10-12 15:29:12 +02:00 committed by Santiago Torres
parent 368a504fa3
commit ed424bc02f
No known key found for this signature in database
GPG Key ID: 468F122CE8162295

12
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Github-Actions
on: [push, pull_request]
jobs:
ci-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: make ci-test
run: make ci-test