Browse Source

Patch circleci config

Scott Lahteine 5 years ago
parent
commit
1432d44eed
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      .circleci/config.yml

+ 4
- 4
.circleci/config.yml View File

242
             echo testing STM32F1 targets...
242
             echo testing STM32F1 targets...
243
             export TEST_PLATFORM="-e STM32F1"
243
             export TEST_PLATFORM="-e STM32F1"
244
             restore_configs
244
             restore_configs
245
-            echo use_example_configs STM32F10
246
-            use_example_configs STM32F10
245
+            echo use_example_configs STM32/STM32F10
246
+            use_example_configs STM32/STM32F10
247
             build_marlin_pio ./ ${TEST_PLATFORM}
247
             build_marlin_pio ./ ${TEST_PLATFORM}
248
             restore_configs
248
             restore_configs
249
-            echo use_example_configs stm32f103ret6
250
-            use_example_configs stm32f103ret6
249
+            echo use_example_configs STM32/stm32f103ret6
250
+            use_example_configs STM32/stm32f103ret6
251
             build_marlin_pio ./ ${TEST_PLATFORM}
251
             build_marlin_pio ./ ${TEST_PLATFORM}
252
             restore_configs
252
             restore_configs
253
 
253
 

Loading…
Cancel
Save