2020-06-16 06:45:27 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
|
|
|
# Build tests for STM32F103RET6_creality
|
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
#
|
|
|
|
# Build with configs included in the PR
|
|
|
|
#
|
|
|
|
use_example_configs "Creality/Ender-3 V2"
|
2020-07-24 08:09:14 +00:00
|
|
|
opt_enable MARLIN_DEV_MODE
|
2020-06-16 06:45:27 +00:00
|
|
|
exec_test $1 $2 "Ender 3 v2"
|
|
|
|
|
|
|
|
restore_configs
|