Add more platform Travis tests
This commit is contained in:
parent
0f4d3e1bca
commit
944920176f
28 changed files with 362 additions and 11 deletions
17
buildroot/share/tests/sanguino_atmega1284p-tests
Normal file
17
buildroot/share/tests/sanguino_atmega1284p-tests
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for AVR ATmega 1284p
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
#
|
||||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_SANGUINOLOLU_12
|
||||
exec_test $1 $2 "Default Configuration"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
||||
Loading…
Add table
Add a link
Reference in a new issue