Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2022-02-09 00:12:49 +01:00 committed by GitHub
parent 0fdccaef1c
commit 143207556e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -188,8 +188,13 @@ jobs:
steps:
- script: |
brew update
brew install llvm
brew install carlocab/personal/flang
brew install llvm wget stow
cd /usr/local
mkdir stow
cd stow
wget https://github.com/meow464/flang/releases/download/flang_20210324/flang.tar
tar xf flang.tar
stow flang
make CC=clang FC=flang
- job: OSX_Ifort_Clang