Browse Source

Update azure-pipelines.yml

pull/4576/head
Martin Kroeker GitHub 1 year 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
pool:
vmImage: 'macOS-11'
vmImage: 'macOS-latest'
variables:
OPENBLAS_VERBOSE: 2
steps:
@@ -205,7 +205,7 @@ jobs:
- script: |
mkdir 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 .
ctest



Loading…
Cancel
Save