diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2015-07-09 22:15:29 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2015-07-09 22:15:29 +0200 |
| commit | 6c16367e152747133bba7a8fbcdbabef1232cd93 (patch) | |
| tree | 672fd71d4e80ca8c352576aee0e9911afa5d0ca1 | |
| parent | 5432f044d4fb696785c502f4fd6917918de36be6 (diff) | |
| download | PROJ-6c16367e152747133bba7a8fbcdbabef1232cd93.tar.gz PROJ-6c16367e152747133bba7a8fbcdbabef1232cd93.zip | |
appveyor.yml: disable running multistresstest.exe for now
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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%" |
