Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Unified Diff: platform_tools/ios/bin/ios_ninja

Issue 1855223002: Fixes for iOS Swarming bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rm Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platform_tools/ios/bin/ios_install ('k') | platform_tools/ios/bin/ios_setup.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/ios/bin/ios_ninja
diff --git a/platform_tools/ios/bin/ios_ninja b/platform_tools/ios/bin/ios_ninja
index ff0a61dc0102ef39769f695f4bdf6048dd1d3bc8..a0f721aec290b03711e297d0b2986af86b75ee26 100755
--- a/platform_tools/ios/bin/ios_ninja
+++ b/platform_tools/ios/bin/ios_ninja
@@ -14,8 +14,8 @@ set -x -e
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $SCRIPT_DIR/ios_setup.sh
-OLD_DIR=`pwd`
-cd ${SKIA_SRC_DIR}
+pushd ${SKIA_SRC_DIR}
"${SKIA_SRC_DIR}/gyp_skia"
xcodebuild -project "$SKIA_OUT/gyp/iOSShell.xcodeproj" -configuration "$BUILDTYPE"
-cd $OLD_DIR
+popd
+ios_package_app
« no previous file with comments | « platform_tools/ios/bin/ios_install ('k') | platform_tools/ios/bin/ios_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698