From 15286523cf98b6d4fe28d9c4a5bbb8f3b6ae41aa Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 29 Jul 2015 21:06:29 -0700 Subject: [PATCH] ok --- appvegor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/appvegor.yml b/appvegor.yml index 7adff2a2d..bb9bfe8c9 100644 --- a/appvegor.yml +++ b/appvegor.yml @@ -5,9 +5,6 @@ platform: configuration: - Release -clone_folder: c:\dmlc\xgboost - - install: - cmd: git clone https://github.com/ogrisel/python-appveyor-demo - ps: if (-not(Test-Path($env:PYTHON))) { & python-appvegor-demo\appveyor\install.ps1 } @@ -17,6 +14,6 @@ install: - "pip instal nose numpy scipy" build: - parallel: true - project: windows\xgboost.sln + - "msbuild windows\xgboost.sln" +