From 6c16367e152747133bba7a8fbcdbabef1232cd93 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 9 Jul 2015 22:15:29 +0200 Subject: appveyor.yml: disable running multistresstest.exe for now --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 279d45ab..29b43760 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,7 +35,8 @@ build_script: - if "%BUILD_TYPE%" == "nmake" nmake /f makefile.vc install-all - if "%BUILD_TYPE%" == "nmake" if "%platform%" == "x64" cd src - if "%BUILD_TYPE%" == "nmake" if "%platform%" == "x64" nmake /f makefile.vc multistresstest.exe - - if "%BUILD_TYPE%" == "nmake" if "%platform%" == "x64" multistresstest.exe +# Disabled for now as it scales badly +# - if "%BUILD_TYPE%" == "nmake" if "%platform%" == "x64" multistresstest.exe - if "%BUILD_TYPE%" == "cmake" if "%platform%" == "x64" SET VS_FULL=%VS_VERSION% Win64 - if "%BUILD_TYPE%" == "cmake" if "%platform%" == "x86" SET VS_FULL=%VS_VERSION% - if "%BUILD_TYPE%" == "cmake" echo "%VS_FULL%" -- cgit v1.2.3