File tree Expand file tree Collapse file tree 2 files changed +24
-5
lines changed Expand file tree Collapse file tree 2 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 9
9
- test_idf4.x
10
10
- test_idf5.x
11
11
- test_idf_master
12
- - test_windows
12
+ - test_host
13
13
- test_nuttx
14
14
- coverage
15
15
- sanitizer_tests
Original file line number Diff line number Diff line change @@ -447,12 +447,12 @@ tests_armhf_esp32c3_idf4.x_flash_encrypted:
447
447
TEST_RUN_DIR : " build_test_app_esp32c3_idf4.x"
448
448
TEST_RUN_EXTRA_OPTS : " -i $TEST_APP_IDF4_X_RELEASE_TAG -b esp32c3-ftdi -p test_*.*SingleEncrypted"
449
449
450
- # ##########
451
- # WINDOWS #
452
- # ##########
450
+ # ############
451
+ # HOST TEST #
452
+ # ############
453
453
454
454
tests_win_simple_esp32 :
455
- stage : test_windows
455
+ stage : test_host
456
456
tags :
457
457
- test_jtag_win
458
458
needs :
@@ -471,6 +471,25 @@ tests_win_simple_esp32:
471
471
- echo $OPENOCD_SCRIPTS
472
472
- .\openocd-esp32\bin\openocd.exe -f board\esp32-ethernet-kit-3.3v.cfg -c "init; reset halt; sleep 5; exit"
473
473
474
+ tests_macos_simple_esp32 :
475
+ stage : test_host
476
+ tags :
477
+ - macos_shell
478
+ needs :
479
+ - job : build_macos
480
+ variables :
481
+ # actually we don't need the project sources, but we need the `git clean` gitlab-runner's stage.
482
+ # It's possible only for `fetch` or `clone`.
483
+ GIT_STRATEGY : fetch
484
+ PLATFORM_NAME : " macos"
485
+ before_script : []
486
+ script :
487
+ - ARCHIVE_NAME=$(cat "$DIST_ART_DIR/dist_name_$PLATFORM_NAME")
488
+ - echo $ARCHIVE_NAME
489
+ - tar xzf $DIST_ART_DIR/$ARCHIVE_NAME openocd-esp32
490
+ - ./openocd-esp32/bin/openocd --version
491
+ # - ./openocd-esp32/bin/openocd -f board\esp32-ethernet-kit-3.3v.cfg -c "init; reset halt; sleep 5; exit"
492
+
474
493
# ##########
475
494
# NUTTX #
476
495
# ##########
You can’t perform that action at this time.
0 commit comments