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