From 059e972d3e5a8756a36914f6108ddd40a96713f2 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 16 Oct 2021 22:09:17 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fdd1c4fff..3c94b5327 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -175,10 +175,9 @@ jobs: - script: | mkdir build cd build - cmake -DTARGET=CORE2 -DDYNAMIC_ARCH=1 -DDYNAMIC_OLDER=1 -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_Fortran_COMPILER=gfortran-10 .. + cmake -DTARGET=CORE2 -DDYNAMIC_ARCH=1 -DDYNAMIC_OLDER=1 -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_Fortran_COMPILER=gfortran-10 -DCMAKE_VERBOSE_MAKEFILE=ON .. cmake --build . - ctest - + - job: OSX_Ifort_Clang pool: vmImage: 'macOS-10.15'