Skip to content

Commit

Permalink
ci: simplify windows host test
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankur committed Feb 26, 2024
1 parent 70919ce commit 32416e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32416e0

Please sign in to comment.