Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2021-07-14 17:49:39 +02:00 committed by GitHub
parent 6b14d6e715
commit 68d8c8c0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ jobs:
pool:
vmImage: 'macOS-10.15'
variables:
OPENBLAS_VERBOSE: 1
OPENBLAS_VERBOSE: 2
steps:
- script: |
brew update
@ -93,8 +93,8 @@ jobs:
steps:
- script: |
brew update
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 NO_AVX512=1 lapack-test
make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 NO_AVX512=1 NO_AVX2=1
make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 DEBUG=1 NO_AVX512=1 NO_AVX2=1 lapack-test
- job: OSX_OpenMP_Clang
pool: