Disable azure 32 bit builds (hopefully temporarily!)

These are consistently failing for unknown reasons -- maybe a broken
dependancy in osgeo4w 32 bit?
This commit is contained in:
Nyall Dawson 2020-06-03 07:55:54 +10:00
parent 07eca3e670
commit 635f79aba1

View File

@ -25,13 +25,13 @@ jobs:
strategy:
maxParallel: 4
matrix:
x86:
OSGEO4W_ROOT: C:\OSGeo4W
OSGEO4W_ARCH: x86
CLCACHE_DIR: c:\clcache-x86
PLATFORM: x86
CC: C:\OSGeo4W\bin\clcache.bat
CXX: C:\OSGeo4W\bin\clcache.bat
# x86:
# OSGEO4W_ROOT: C:\OSGeo4W
# OSGEO4W_ARCH: x86
# CLCACHE_DIR: c:\clcache-x86
# PLATFORM: x86
# CC: C:\OSGeo4W\bin\clcache.bat
# CXX: C:\OSGeo4W\bin\clcache.bat
x86_64:
OSGEO4W_ROOT: C:\OSGeo4W64