X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fscripts%2Ftcbuild.sh;h=b60467501b00694f25867da76af3e0e797eea37f;hp=42eaef0c8810cf593c2b26ef2436fedc5903fe82;hb=c8fee7e69df1ab2bdb5ae06071320542472aaf8e;hpb=fa6279fb2830427d5ab569ca14e6ade1557ef2fa diff --git a/automated-tests/scripts/tcbuild.sh b/automated-tests/scripts/tcbuild.sh index 42eaef0..b604675 100755 --- a/automated-tests/scripts/tcbuild.sh +++ b/automated-tests/scripts/tcbuild.sh @@ -93,10 +93,12 @@ function build { (cd src/$1; ../../scripts/tcheadgen.sh tct-$1-core.h) if [ $? -ne 0 ]; then echo "Aborting..."; exit 1; fi cp packaging/core-$1-tests.spec ../packaging + cp .gitignore-without-autogenerated-files .gitignore gbs build -A armv7l --spec core-$1-tests.spec --include-all --keep-packs | \ tee build.log | stdbuf -o0 sed -e 's/error:/\x1b[1;91m&\x1b[0m/' \ -e 's/warning:/\x1b[93m&\x1b[0m/' rm ../packaging/core-$1-tests.spec + cp .gitignore-with-autogenerated-files .gitignore else echo "Build requires a module name" exit 1