Files
EMS-ESP32/.github/workflows/EMS-ESP_cpp_make.yml
2020-09-15 21:21:27 +02:00

20 lines
274 B
YAML

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