2019-07-15 01:05:24 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
|
|
|
# Build tests for STM32F103VET6
|
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
use_example_configs Alfawise/U20
|
2019-07-30 09:30:00 +02:00
|
|
|
opt_enable BAUD_RATE_GCODE
|
2020-11-18 03:04:28 +01:00
|
|
|
exec_test $1 $2 "Full-featured U20 config" "$3"
|
2019-07-15 01:05:24 +02:00
|
|
|
|
|
|
|
# cleanup
|
|
|
|
restore_configs
|