Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2021-07-14 15:44:31 +02:00 committed by GitHub
parent 8473e75823
commit 6b14d6e715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -79,6 +79,8 @@ jobs:
- job: OSX_OpenMP - job: OSX_OpenMP
pool: pool:
vmImage: 'macOS-10.15' vmImage: 'macOS-10.15'
variables:
OPENBLAS_VERBOSE: 1
steps: steps:
- script: | - script: |
brew update brew update
@ -91,8 +93,8 @@ jobs:
steps: steps:
- script: | - script: |
brew update brew update
make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 TARGET=HASWELL make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 NO_AVX512=1
make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 TARGET=HASWELL lapack-test make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 NO_AVX512=1 lapack-test
- job: OSX_OpenMP_Clang - job: OSX_OpenMP_Clang
pool: pool:
@ -100,7 +102,7 @@ jobs:
variables: variables:
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
LIBRARY_PATH: /usr/local/opt/llvm/lib LIBRARY_PATH: /usr/local/opt/llvm/lib
OPENBLAS_CORETYPE: HASWELL OPENBLAS_CORETYPE: NEHALEM
steps: steps:
- script: | - script: |
brew update brew update
@ -140,7 +142,6 @@ jobs:
- script: | - script: |
source /opt/intel/oneapi/setvars.sh source /opt/intel/oneapi/setvars.sh
make CC=/usr/local/opt/llvm/bin/clang FC=ifort make CC=/usr/local/opt/llvm/bin/clang FC=ifort
make CC=/usr/local/opt/llvm/bin/clang FC=ifort lapack-test
- job: OSX_NDK_ARMV7 - job: OSX_NDK_ARMV7
pool: pool: