aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/osx
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-06-05 21:13:32 +0200
committerGitHub <noreply@github.com>2020-06-05 12:13:32 -0700
commitb4f3e5854a115c18ed72219afec3d87fbaa9f3be (patch)
tree585de931b3b1544aa5af64591874e4a4492382ab /scripts/azure-pipelines/osx
parent2ba37949098078c155cc4dd4131474ad45db2f82 (diff)
downloadvcpkg-b4f3e5854a115c18ed72219afec3d87fbaa9f3be.tar.gz
vcpkg-b4f3e5854a115c18ed72219afec3d87fbaa9f3be.zip
[CI|gfortran] Install gfortran for OSX and Linux CI (#11693)
* [CI|gfortran] Install gfortran for OSX and Linux CI * [osx] use cask
Diffstat (limited to 'scripts/azure-pipelines/osx')
-rw-r--r--scripts/azure-pipelines/osx/azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/osx/azure-pipelines.yml b/scripts/azure-pipelines/osx/azure-pipelines.yml
index be410e6a2..a73a102a4 100644
--- a/scripts/azure-pipelines/osx/azure-pipelines.yml
+++ b/scripts/azure-pipelines/osx/azure-pipelines.yml
@@ -23,6 +23,7 @@ jobs:
brew list autoconf || brew install autoconf
brew list automake || brew install automake
brew list libtool || brew install libtool
+ brew list gfortran || brew cask install gfortran
displayName: 'Install brew dependencies'
- bash: |
df -h