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

Unified Diff: cmake/cmake_build

Issue 1344843002: Let's try building the example app on the bots too. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmake/cmake_build
diff --git a/cmake/cmake_build b/cmake/cmake_build
index beee73f954fb6162838368080818327ebfc46092..72785199f8503dbefc2a59a2680b03b53c32fd1e 100755
--- a/cmake/cmake_build
+++ b/cmake/cmake_build
@@ -34,5 +34,5 @@ echo "Building with bootstrapped CMake"
mkdir -p $SKIA_OUT
pushd $SKIA_OUT
$here/../third_party/externals/cmake/bin/cmake -DCMAKE_BUILD_TYPE=$BUILDTYPE $here -G Ninja
-ninja skia # The default also builds `example`, which I'm leaving a TODO for now.
+ninja
popd
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698