Browse Source

Update azure-pipelines.yml

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

+ 2
- 2
azure-pipelines.yml View File

@@ -141,7 +141,7 @@ jobs:


- job: OSX_OpenMP - job: OSX_OpenMP
pool: pool:
vmImage: 'macOS-11'
vmImage: 'macOS-latest'
variables: variables:
OPENBLAS_VERBOSE: 2 OPENBLAS_VERBOSE: 2
steps: steps:
@@ -205,7 +205,7 @@ jobs:
- script: | - script: |
mkdir build mkdir build
cd build cd build
cmake -DTARGET=CORE2 -DDYNAMIC_ARCH=1 -DDYNAMIC_LIST='NEHALEM HASWELL SKYLAKEX' -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_Fortran_COMPILER=gfortran-10 -DBUILD_SHARED_LIBS=ON ..
cmake -DTARGET=CORE2 -DDYNAMIC_ARCH=1 -DDYNAMIC_LIST="NEHALEM HASWELL SKYLAKEX" -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_Fortran_COMPILER=gfortran-10 -DBUILD_SHARED_LIBS=ON ..
cmake --build . cmake --build .
ctest ctest




Loading…
Cancel
Save