Files
EMS-ESP32/.github/workflows/EMS-ESP_cpp_make.yml
2020-09-20 20:17:42 +02:00

20 lines
272 B
YAML

name: EMS-ESP 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