aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-09-15 06:07:47 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-15 06:07:47 -0700
commit935121bd41a09552394ebbab43408e2b0c1ec8f7 (patch)
treeb81ed4f3279ca4c318594ca9e921d2939ff1e64d /cmake
parent5d2be0df43b4d2dd97aabef1cde1a50144273520 (diff)
Let's try building the example app on the bots too.
BUG=skia:4269 CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Mac10.9-Clang-x86_64-Release-CMake-Trybot,Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot NOTREECHECKS=true Review URL: https://codereview.chromium.org/1344843002
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/cmake_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cmake_build b/cmake/cmake_build
index beee73f954..72785199f8 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