Add test for yotta debug build

This commit is contained in:
Manuel Pégourié-Gonnard 2016-01-08 15:02:05 +01:00
parent 365f325e03
commit d2655ac2dc

View File

@ -11,8 +11,12 @@ yt update || true # needs network
yotta_build()
{
TARGET=$1
echo; echo "*** $TARGET ***"
echo; echo "*** $TARGET (release) ***"
yt -t $TARGET build
echo; echo "*** $TARGET (debug) ***"
yt -t $TARGET build -d
}
if uname -a | grep 'Linux.*x86' >/dev/null; then