Skip to content

Commit

Permalink
tools.ci.sh: Add dev-setup to ci_psoc6_setup.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Aug 14, 2023
1 parent 5c4c1ca commit 3874aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ function ci_psoc6_setup {
docker exec mtb-ci /bin/bash -c "git config --global --add safe.directory /micropython/lib/micropython-lib"
docker exec mtb-ci /bin/bash -c "git config --global --add safe.directory /micropython/lib/mbedtls"
docker exec mtb-ci /bin/bash -c "git config --global --add safe.directory /micropython/lib/lwip"

docker exec mtb-ci /bin/bash -c "source ../../tools/psoc6/dev-setup.sh && toolchain_setup"
}

function ci_psoc6_build {
Expand Down

0 comments on commit 3874aa4

Please sign in to comment.