mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
move CI from travis to GitHub actions
This commit is contained in:
20
.github/workflows/EMS-ESP_cpp_make.yml
vendored
Normal file
20
.github/workflows/EMS-ESP_cpp_make.yml
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user