Browse Source

Update azure-pipelines.yml

pull/3308/head
Martin Kroeker GitHub 4 years ago
parent
commit
c623240249
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      azure-pipelines.yml

+ 3
- 2
azure-pipelines.yml 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


Loading…
Cancel
Save