move CI from travis to GitHub actions

This commit is contained in:
proddy
2020-09-15 21:21:27 +02:00
parent d2b4fd59ff
commit d1dfb370bf
10 changed files with 255 additions and 63 deletions

20
.github/workflows/EMS-ESP_cpp_make.yml vendored Normal file
View File

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