Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2022-02-09 00:56:02 +01:00 committed by GitHub
parent c5e07d1263
commit 8a4ab72eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -188,7 +188,7 @@ jobs:
steps:
- script: |
brew update
brew install llvm wget stow
brew install stow
cd /usr/local
sudo mkdir stow
cd stow
@ -196,6 +196,8 @@ jobs:
sudo tar xf flang.tar
sudo stow flang
cd
pwd
ls
make CC=clang FC=flang
- job: OSX_Ifort_Clang