Skip to content

Commit

Permalink
ci: Fix qemu build against 5.1
Browse files Browse the repository at this point in the history
Also adds build against v5.1 and master separetely
  • Loading branch information
david-cermak committed May 3, 2023
1 parent 14b11ad commit 94defb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ build_idf_v5.0:
extends: .build_template
image: espressif/idf:release-v5.0

build_idf_v5.1:
extends: .build_template
image: espressif/idf:release-v5.1

build_idf_latest:
extends: .build_template
image: espressif/idf:latest
Expand All @@ -55,7 +59,7 @@ build_and_test_qemu:
- export IDF_PATH=$CI_PROJECT_DIR/esp-idf
- git clone "${IDF_REPO}"
# switch to IDF and setup the tools
- $MQTT_PATH/ci/set_idf.sh master
- $MQTT_PATH/ci/set_idf.sh release/v5.1
- $IDF_PATH/tools/idf_tools.py install-python-env
- cd $IDF_PATH && tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)"
# Remove `debug_backend` and Add `paho-mqtt` to the required packages
Expand Down

0 comments on commit 94defb8

Please sign in to comment.