1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-29 14:57:05 +00:00
MarlinFirmware/buildroot/tests/jgaurora_a5s_a1_maple
2024-10-03 13:41:49 -05:00

14 lines
230 B
Bash
Executable File

#!/usr/bin/env bash
#
# Build tests for STM32F103ZE JGAurora A5S A1
#
# exit on first failure
set -e
#
# Build with the default configurations
#
use_example_configs JGAurora/A5S
exec_test $1 $2 "JGAurora/A5S Configuration" "$3"