Browse Source

Update azure-pipelines.yml

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

+ 7
- 2
azure-pipelines.yml 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


Loading…
Cancel
Save