From 11c9009296ea3dcc441cfaea01e74480e1943b97 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Sat, 13 Jun 2020 14:44:44 +0700 Subject: [PATCH] Resurrect azure 32-bit test --- .ci/azure-pipelines/azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.ci/azure-pipelines/azure-pipelines.yml b/.ci/azure-pipelines/azure-pipelines.yml index f7898df3d8e..f08e0a96ffc 100644 --- a/.ci/azure-pipelines/azure-pipelines.yml +++ b/.ci/azure-pipelines/azure-pipelines.yml @@ -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