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
21
buildroot/share/tests/LPC1768_tests
Executable file
21
buildroot/share/tests/LPC1768_tests
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
|
||||
exec_test $1 $2 "Build Re-ARM Default Configuration"
|
||||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
|
||||
opt_enable VIKI2 SDSUPPORT
|
||||
exec_test $1 $2 "VIKI2 and SDSUPPORT"
|
||||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_MKS_SBASE
|
||||
opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT
|
||||
exec_test $1 $2 "MKS SBASE RRDFG SDSUPPORT"
|
||||
|
||||
#clean up
|
||||
restore_configs
|
||||
Loading…
Add table
Add a link
Reference in a new issue