From fa2c9de62161178566499db9d78cdbd146ce3058 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 31 Dec 2021 18:37:50 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 710940924..a6e2e71b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,6 +58,15 @@ jobs: docker run --privileged intel_sde displayName: 'Run AVX512 SkylakeX docker build / test' +- job: Intel_skx + pool: + vmImage: 'ubuntu-latest' + variables: + OPENBLAS_VERBOSE: 2 + steps: + - script: | + make CC=gcc FC=gfortran QUIET_MAKE=1 DYNAMIC_ARCH=1 NUM_THREADS=32 BINARY=64 + - job: Windows_cl pool: vmImage: 'windows-latest'