Skip to content

Commit

Permalink
Wipe before re-cloning mocha suite. Update Android SDK/NDK locations
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Jun 29, 2016
1 parent e52b29f commit d190c11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pr_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo 'PATH: ' $PATH

cd build
npm install .
node scons.js build --android-ndk /Users/build/android-ndk-r11c --android-sdk /Users/build/android-sdk-macosx
node scons.js build --android-ndk /opt/android-ndk-r11c --android-sdk /opt/android-sdk
node scons.js package android ios --version-tag $VTAG
cd ..

Expand All @@ -41,6 +41,7 @@ SDK_ARCHIVE="$BASENAME-osx.zip"
echo 'SDK_ARCHIVE: ' $SDK_ARCHIVE

echo Pulling down common test suite
rm -rf titanium-mobile-mocha-suite
git clone https://github.com/appcelerator/titanium-mobile-mocha-suite.git

echo Copying local tests over top of common suite
Expand Down

0 comments on commit d190c11

Please sign in to comment.