aboutsummaryrefslogtreecommitdiffhomepage
path: root/make.bat
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2014-06-16 10:02:42 -0400
committerGravatar Eric Boren <borenet@google.com>2014-06-16 10:02:42 -0400
commit9118413608e277b4500130bc2117400f9d9b0201 (patch)
tree0c48825850277375b1a8f0dd9dcfe3e124260ec1 /make.bat
parentd6e614c0aafca777fc3784766484d356acc47187 (diff)
Enable compiling with automatically-downloaded VS toolchain on Windows bots
Requires that the bots have CHROME_HEADLESS=1 and CHROME_PATH set. BUG=skia:2216 R=epoger@google.com Review URL: https://codereview.chromium.org/332833002
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/make.bat b/make.bat
index a9961074e3..2b6a629ff3 100644
--- a/make.bat
+++ b/make.bat
@@ -7,6 +7,9 @@
rem Launches make.py on Windows, after setting Visual Studio environment variables.
rem See http://code.google.com/p/skia/wiki/GettingStartedOnWindows
+rem Skip environment setup on bots.
+if "%CHROME_HEADLESS%"=="1" goto run_python
+
if "%DevEnvDir%"=="" goto setup_env_vars
:run_python