From c5122dd770fc64baff408128274773afe265dfe1 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 2 Sep 2021 18:40:24 +0200 Subject: [PATCH] Add DYNAMIC_LIST as the Windows build is surprisingly slow --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6e7ba51be..f8c870636 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -81,7 +81,7 @@ jobs: vmImage: 'windows-latest' steps: - script: | - mingw32-make CC=gcc FC=gfortran DYNAMIC_ARCH=1 + mingw32-make CC=gcc FC=gfortran DYNAMIC_ARCH=1 DYNAMIC_LIST='NEHALEM HASWELL SKYLAKEX' - job: OSX_OpenMP pool: