more ci update (#2642)

* Circi use small docker
* caching espressif docker image
* only run make job on pull request or push to master
* hw test run on pull request only, rename build_cmake to build.yml
* enable all ci build, cmake(clang) and make(*) only run with pull_request or push to master
This commit is contained in:
Ha Thach
2024-05-13 16:41:11 +07:00
committed by GitHub
parent d707ea56b4
commit 6f47746e5f
8 changed files with 83 additions and 36 deletions

View File

@@ -13,6 +13,8 @@ jobs:
# See: https://circleci.com/developer/images/image/cimg/base
- image: cimg/base:current
resource_class: small
# Add steps to the job
# See: https://circleci.com/docs/jobs-steps/#steps-overview & https://circleci.com/docs/configuration-reference/#steps
steps: