Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2021-07-14 10:54:37 +02:00 committed by GitHub
parent 5054c8e5ab
commit c623240249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -91,8 +91,8 @@ jobs:
steps:
- script: |
brew update
make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1
make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 lapack-test
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 TARGET=HASWELL lapack-test
- job: OSX_OpenMP_Clang
pool:
@ -100,6 +100,7 @@ jobs:
variables:
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
LIBRARY_PATH: /usr/local/opt/llvm/lib
OPENBLAS_CORETYPE: HASWELL
steps:
- script: |
brew update