mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 15:25:07 -06:00
PIO env, Travis test for STM32F407VE (#14674)
This commit is contained in:
parent
1ea9a36d11
commit
f0be92259b
4 changed files with 21 additions and 6 deletions
13
buildroot/share/tests/black_stm32f407ve-tests
Executable file
13
buildroot/share/tests/black_stm32f407ve-tests
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for STM32F407VET6
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
use_example_configs STM32/Black_STM32F407VET6
|
||||
exec_test $1 $2 "Full-featured Sample Black STM32F407VET6 config"
|
||||
|
||||
# cleanup
|
||||
restore_configs
|
Loading…
Add table
Add a link
Reference in a new issue