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