Add more platform Travis tests
This commit is contained in:
parent
0f4d3e1bca
commit
944920176f
28 changed files with 362 additions and 11 deletions
21
buildroot/share/tests/rambo-tests
Normal file
21
buildroot/share/tests/rambo-tests
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for AVR ATmega2560 RAMBo
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
#
|
||||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_EINSY_RAMBO
|
||||
opt_set X_DRIVER_TYPE TMC2130
|
||||
opt_set Y_DRIVER_TYPE TMC2130
|
||||
opt_set Z_DRIVER_TYPE TMC2130
|
||||
opt_set E0_DRIVER_TYPE TMC2130
|
||||
exec_test $1 $2 "Default Configuration"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
||||
Loading…
Add table
Add a link
Reference in a new issue