Browse Source

Update azure-pipelines.yml

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

+ 3
- 1
azure-pipelines.yml View File

@@ -188,13 +188,15 @@ jobs:
steps:
- script: |
brew update
brew install llvm stow
brew install llvm stow libpthread libpthread-stubs
sudo mkdir /usr/local/stow
sudo wget -P /usr/local/stow https://github.com/meow464/flang/releases/download/flang_20210324/flang.tar
cd /usr/local/stow
sudo tar xf flang.tar
sudo stow flang
cd -
which flang
whence flang
make CC=/usr/local/opt/llvm/bin/clang FC=flang
- job: OSX_Ifort_Clang


Loading…
Cancel
Save