Skip to content

Commit

Permalink
Add gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadiEM committed Jun 17, 2024
1 parent 3f9d2a5 commit 2725ec9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build

on:
push:
branches:
- master
pull_request:

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.1.2
target: esp32c6
path: '.'

0 comments on commit 2725ec9

Please sign in to comment.