2019-08-18 23:29:59 -05:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
2021-06-02 01:42:15 -05:00
|
|
|
# Build tests for MKS Robin (HAL/STM32)
|
2019-08-18 23:29:59 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
use_example_configs Mks/Robin
|
2021-06-02 01:42:15 -05:00
|
|
|
exec_test $1 $2 "MKS Robin base configuration" "$3"
|
2020-12-17 06:18:07 -06:00
|
|
|
|
2019-08-18 23:29:59 -05:00
|
|
|
# cleanup
|
|
|
|
restore_configs
|