mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
Delete EMS-ESP_cpp_make.yml
This commit is contained in:
20
.github/workflows/EMS-ESP_cpp_make.yml
vendored
20
.github/workflows/EMS-ESP_cpp_make.yml
vendored
@@ -1,20 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user