Skip to content

Commit

Permalink
Merge branch 'ci/use_github_on_macos_runners_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
ci: use github repo for mac runners (v4.4)

See merge request espressif/esp-idf!30975
  • Loading branch information
kumekay committed May 21, 2024
2 parents 22dd4ba + 68ad59a commit d0274c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitlab/ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ build_component_ut_esp32c3:
needs:
- job: fast_template_app
artifacts: false
optional: true
script:
- ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
- rm -rf test_build_system
Expand All @@ -315,6 +316,18 @@ test_build_system_cmake_macos:
- macos_shell
variables:
SHELL_TEST_SCRIPT: test_build_system_cmake.sh
script:
- ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
- rm -rf test_build_system
- mkdir test_build_system
- cd test_build_system
# copy-paste the script from .test_build_system_template
# since `ESP_IDF_TEMPLATE_GIT` is a group variable and has higher precedence than job variable
# export here to override the group variable
#
# Clone the template app from github for macos runners
- export ESP_IDF_TEMPLATE_GIT="https://github.com/espressif/esp-idf-template.git"
- ${IDF_PATH}/tools/ci/${SHELL_TEST_SCRIPT}

build_docker:
extends:
Expand Down

0 comments on commit d0274c0

Please sign in to comment.