PIO env, Travis test for STM32F407VE (#14674)

This commit is contained in:
Tanguy Pruvot
2019-07-19 05:38:03 +02:00
committed by Scott Lahteine
parent 1ea9a36d11
commit f0be92259b
4 changed files with 21 additions and 6 deletions

View 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