github actions

This commit is contained in:
proddy
2020-10-29 21:02:17 +01:00
parent e68e3a4055
commit bb02a1f438
7 changed files with 191 additions and 73 deletions

20
.github/workflows/standalone_build.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Standalone Build
on:
push:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make clean
run: make clean
- name: make
run: make