mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Move the testsapp folder under the build folder
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
workingdir=__TESTSAPP__
|
workingdir=./build/__TESTSAPP__
|
||||||
startdir=$(pwd)
|
startdir=$(pwd)
|
||||||
rm -rd $workingdir
|
rm -rd $workingdir
|
||||||
mkdir $workingdir
|
mkdir $workingdir
|
||||||
@ -13,7 +13,7 @@ time pkill ".*emulator64-x86" && true
|
|||||||
|
|
||||||
echo "------------------------------------------------"
|
echo "------------------------------------------------"
|
||||||
echo "Starting the emulator..."
|
echo "Starting the emulator..."
|
||||||
time emulator -avd Api19 -no-audio --no-window &
|
time emulator -avd Api19 -no-audio -no-window &
|
||||||
|
|
||||||
echo "------------------------------------------------"
|
echo "------------------------------------------------"
|
||||||
echo "Creating the app..."
|
echo "Creating the app..."
|
||||||
@ -26,7 +26,7 @@ time rm app/*.*
|
|||||||
|
|
||||||
echo "------------------------------------------------"
|
echo "------------------------------------------------"
|
||||||
echo "Copying the test app files..."
|
echo "Copying the test app files..."
|
||||||
time cp -r ../../bin/dist/apps/tests/* ./app/
|
time cp -r ../../../bin/dist/apps/tests/* ./app/
|
||||||
|
|
||||||
echo "------------------------------------------------"
|
echo "------------------------------------------------"
|
||||||
echo "Adding the android platform..."
|
echo "Adding the android platform..."
|
||||||
|
Reference in New Issue
Block a user