From 32416e0657348705f879f7379f289605ee6b031c Mon Sep 17 00:00:00 2001 From: Erhan Kurubas Date: Wed, 14 Feb 2024 13:17:02 +0100 Subject: [PATCH] ci: simplify windows host test --- .gitlab/ci/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml index a7333a5ce9..4a27cd57f0 100644 --- a/.gitlab/ci/test.yml +++ b/.gitlab/ci/test.yml @@ -601,10 +601,7 @@ tests_win_simple_esp32: script: - $ARCHIVE_NAME=$(cat "$DIST_ART_DIR/dist_name_$PLATFORM_NAME") - Expand-Archive -DestinationPath . "$DIST_ART_DIR/$ARCHIVE_NAME" - - $OPENOCD_SCRIPTS="$PWD\openocd-esp32\share\openocd\scripts" - .\openocd-esp32\bin\openocd --version - - echo $OPENOCD_SCRIPTS - - .\openocd-esp32\bin\openocd.exe -f board\esp32-ethernet-kit-3.3v.cfg -c "init; reset halt; sleep 5; exit" tests_macos_simple_esp32: stage: test_host