From 67d332e0f55c9618e05fa5eb6cc2eb1977751200 Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 29 Jul 2015 22:01:42 -0700 Subject: [PATCH] ok --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c9948ba5f..6a64fb15f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,6 @@ install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - -build: - cmd: msbuild windows\xgboost.sln /openmp- + +build: off