mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-19 21:28:38 +08:00
Add test for yotta debug build
This commit is contained in:
parent
365f325e03
commit
d2655ac2dc
@ -11,8 +11,12 @@ yt update || true # needs network
|
|||||||
yotta_build()
|
yotta_build()
|
||||||
{
|
{
|
||||||
TARGET=$1
|
TARGET=$1
|
||||||
echo; echo "*** $TARGET ***"
|
|
||||||
|
echo; echo "*** $TARGET (release) ***"
|
||||||
yt -t $TARGET build
|
yt -t $TARGET build
|
||||||
|
|
||||||
|
echo; echo "*** $TARGET (debug) ***"
|
||||||
|
yt -t $TARGET build -d
|
||||||
}
|
}
|
||||||
|
|
||||||
if uname -a | grep 'Linux.*x86' >/dev/null; then
|
if uname -a | grep 'Linux.*x86' >/dev/null; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user