From 935121bd41a09552394ebbab43408e2b0c1ec8f7 Mon Sep 17 00:00:00 2001 From: mtklein Date: Tue, 15 Sep 2015 06:07:47 -0700 Subject: [PATCH] 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 --- cmake/cmake_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1