Update Travis Tests to run platforms in parallel (#11256)
This commit is contained in:
parent
e486326910
commit
c43793aa1e
11 changed files with 588 additions and 442 deletions
12
buildroot/share/tests/STM32F1_tests
Executable file
12
buildroot/share/tests/STM32F1_tests
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_STM32F1R
|
||||
opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT
|
||||
exec_test $1 $2 "STM32F1R EEPROM_SETTINGS EEPROM_CHITCHAT REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT"
|
||||
|
||||
#cleanup
|
||||
restore_configs
|
||||
Loading…
Add table
Add a link
Reference in a new issue