-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Build test_app only on relevant changes
- Loading branch information
1 parent
c8227c0
commit 67d2785
Showing
3 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Checklist for new Board Support package or Component | ||
|
||
- [ ] Component contains License | ||
- [ ] Component contains README.md | ||
- [ ] Project [README.md](../README.md) updated | ||
- [ ] Component contains idf_component.yml file with `url` field defined | ||
- [ ] Component was added to CI [upload job](https://github.com/espressif/esp-bsp/blob/master/.github/workflows/upload_component.yml#L17) | ||
- [ ] New files were added to CI build job | ||
- [ ] New BSP definitions added to [build_example_for_all_bsps.sh](./build_example_for_all_bsps.sh) and to [bsp_ext.py](../examples/bsp_ext.py) | ||
- [ ] _Optional:_ Component contains unit tests | ||
- [ ] CI passing | ||
|
||
# Change description | ||
_Please describe your change here_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters