Create test-build.yml

Add manual dispatch for testing build in Docker image
This commit is contained in:
Juraj Michálek 2021-06-25 13:16:00 +02:00 committed by GitHub
parent e60f4776cb
commit b57a505379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.github/workflows/test-build.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Run test build with esp-idf-rust image from DockerHub
on: workflow_dispatch
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@rust-latest