Skip to content

Commit

Permalink
ci(workflow): Disabled actual job to verify parameter matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Jan 21, 2025
1 parent 1c1f52a commit 6115340
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build_idf_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
shell: bash
run: |
. ${IDF_PATH}/export.sh
pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
python .github/ci/override_managed_component.py esp_tinyusb device/esp_tinyusb ${IDF_PATH}/${{ matrix.example.path }}
cd ${IDF_PATH}
idf-build-apps find --path ${{ matrix.example.path }} --recursive --target ${{ matrix.target }} --manifest-file ${{ matrix.example.manifest_path }}/.build-test-rules.yml --build-dir build_@t_@w --work-dir @f_@t_@w
idf-build-apps build --path ${{ matrix.example.path }} --recursive --target ${{ matrix.target }} --manifest-file ${{ matrix.example.manifest_path }}/.build-test-rules.yml --build-dir build_@t_@w --work-dir @f_@t_@w
echo "Building target: ${{ matrix.target }}"
echo "Example Name: ${{ matrix.example.name }}"
echo "Path: ${IDF_PATH}/${{ matrix.example.path }}"
echo "Manifest: ${{ matrix.example.manifest_path }}"
# pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
# python .github/ci/override_managed_component.py esp_tinyusb device/esp_tinyusb ${IDF_PATH}/${{ matrix.example.path }}
# cd ${IDF_PATH}
# idf-build-apps find --path ${{ matrix.example.path }} --recursive --target ${{ matrix.target }} --manifest-file ${{ matrix.example.manifest_path }}/.build-test-rules.yml --build-dir build_@t_@w --work-dir @f_@t_@w
# idf-build-apps build --path ${{ matrix.example.path }} --recursive --target ${{ matrix.target }} --manifest-file ${{ matrix.example.manifest_path }}/.build-test-rules.yml --build-dir build_@t_@w --work-dir @f_@t_@w

0 comments on commit 6115340

Please sign in to comment.