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