This commit is contained in:
Tianqi Chen 2015-07-29 23:23:40 -07:00
parent 53107995bf
commit 7560518eec

View File

@ -2,6 +2,7 @@ environment:
global: global:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\python-appveyor-demo\\appveyor\\run_with_env.cmd" CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\python-appveyor-demo\\appveyor\\run_with_env.cmd"
DISABLE_OPENMP: 1 DISABLE_OPENMP: 1
VisualStudioVersion: 12.0
matrix: matrix:
- PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python27-x64"
@ -16,7 +17,7 @@ platform:
- x64 - x64
configuration: configuration:
- Debug - Release
install: install:
- cmd: git clone https://github.com/ogrisel/python-appveyor-demo - cmd: git clone https://github.com/ogrisel/python-appveyor-demo
@ -31,5 +32,5 @@ install:
- "python --version" - "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
build: off build:
#project: windows\xgboost.sln project: windows\xgboost.sln