From 8ddfd928e733cbf8fb9fa7f7090ea689803d267c Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 6 Mar 2022 18:19:07 +0100 Subject: [PATCH] Add test error output for OSX DYNAMIC_ARCH cmake --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f1870aae6..3f02c890c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -177,7 +177,8 @@ jobs: cd build cmake -DTARGET=CORE2 -DDYNAMIC_ARCH=1 -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_Fortran_COMPILER=gfortran-10 -DBUILD_SHARED_LIBS=ON .. cmake --build . - ctest + ctest --verbose + cat /Users/runner/work/1/s/build/Testing/Temporary/LastTest.log - job: OSX_Ifort_Clang pool: