From ebefb78fd418b4fc542c4652207d692728388b1f Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 29 Jul 2015 22:26:21 -0700 Subject: [PATCH] use debug --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ab1040434..dfc291922 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ platform: - x64 configuration: - - Release + - Debug install: - cmd: git clone https://github.com/ogrisel/python-appveyor-demo @@ -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 /DDISABLE_OPENMP=1 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" -build: off \ No newline at end of file +build: + project: windows\xgboost.sln \ No newline at end of file