From a6635673079275a5eb320363a2ec3d5f29a598f1 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 16 Oct 2021 15:30:15 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0a839899e..5d5b136e3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -176,7 +176,7 @@ jobs: mkdir build cd build cmake -DTARGET=CORE2 -DDYNAMIC_ARCH=1 -DDYNAMIC_OLDER=1 -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_Fortran_COMPILER=gfortran-10 -DNO_AVX512=1 .. - make + cmake --build . ctest - job: OSX_Ifort_Clang