mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-23 02:55:20 +00:00
Add test for yotta debug build
This commit is contained in:
parent
5ae028550f
commit
f10f85f676
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue