Skip to content

Commit

Permalink
CI: Add hardware test
Browse files Browse the repository at this point in the history
1. Use parallel
2. Fix lightbulb_driver build warning

Co-authored-by: Chen Yudong <[email protected]>
  • Loading branch information
lijunru-hub and ydesp committed May 11, 2023
1 parent 13060cf commit 7d0796d
Show file tree
Hide file tree
Showing 11 changed files with 845 additions and 271 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ flake8_output.txt

# ESP-IDF default build directory name
build
build_esp*/
build_linux*/
size_info.txt

# lock files for examples and components
dependencies.lock
Expand All @@ -100,3 +103,6 @@ managed_components

# pytest log
pytest_embedded_log/
pytest_log/
.pytest_cache/
XUNIT_RESULT.xml
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
stages:
- pre_check
- build
- target_test
- build_doc
- deploy

Expand Down Expand Up @@ -38,4 +39,5 @@ include:
- '.gitlab/ci/pre_check.yml'
- '.gitlab/ci/build.yml'
- '.gitlab/ci/docs.yml'
- '.gitlab/ci/deploy.yml'
- '.gitlab/ci/deploy.yml'
- '.gitlab/ci/target_test.yml'
Loading

0 comments on commit 7d0796d

Please sign in to comment.