Skip to content

Commit

Permalink
fix gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Jan 1, 2025
1 parent f419805 commit 44bb832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stages:
build-debian-linux-gcc:
image: gcc
variables:
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_STRATEGY: recursive
stage: build
before_script:
- export DEBIAN_FRONTEND=noninteractive
Expand All @@ -17,7 +17,7 @@ build-debian-linux-gcc:
build-debian-linux-clang:
image: gcc
variables:
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_STRATEGY: recursive
stage: build
before_script:
- export DEBIAN_FRONTEND=noninteractive
Expand All @@ -31,7 +31,7 @@ build-debian-linux-clang:
build-esp-idf-5.3:
image: espressif/idf:release-v5.3
variables:
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_STRATEGY: recursive
stage: build
script:
- cd examples/esp32
Expand Down

0 comments on commit 44bb832

Please sign in to comment.