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