2019-08-19 04:29:59 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
2023-04-26 19:39:56 +00:00
|
|
|
# Build tests for STM32F103RC_fysetc_maple
|
2019-08-19 04:29:59 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
#
|
|
|
|
# Build with the default configurations
|
|
|
|
#
|
2020-06-15 21:26:09 +00:00
|
|
|
use_example_configs "Creality/Ender-3/FYSETC Cheetah 1.2/base"
|
2023-04-26 19:39:56 +00:00
|
|
|
exec_test $1 $2 "Maple build of Cheetah 1.2 Configuration" "$3"
|
2019-08-19 04:29:59 +00:00
|
|
|
|
|
|
|
# clean up
|
|
|
|
restore_configs
|