Browse Source

Check install step on OSX/gcc

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

+ 2
- 0
azure-pipelines.yml View File

@@ -83,6 +83,8 @@ jobs:
- script: |
brew update
make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 INTERFACE64=1 CC=gcc-10 FC=gfortran-10
make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 INTERFACE64=1 CC=gcc-10 FC=gfortran-10 PREFIX=../blasinst install
ls -lR ../blasinst
- job: OSX_GCC_Nothreads
pool:


Loading…
Cancel
Save