diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-06-05 21:13:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-05 12:13:32 -0700 |
| commit | b4f3e5854a115c18ed72219afec3d87fbaa9f3be (patch) | |
| tree | 585de931b3b1544aa5af64591874e4a4492382ab | |
| parent | 2ba37949098078c155cc4dd4131474ad45db2f82 (diff) | |
| download | vcpkg-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
| -rwxr-xr-x | scripts/azure-pipelines/linux/provision-image.sh | 2 | ||||
| -rw-r--r-- | scripts/azure-pipelines/osx/azure-pipelines.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/azure-pipelines/linux/provision-image.sh b/scripts/azure-pipelines/linux/provision-image.sh index 55f3ce638..dccf28691 100755 --- a/scripts/azure-pipelines/linux/provision-image.sh +++ b/scripts/azure-pipelines/linux/provision-image.sh @@ -6,7 +6,7 @@ sudo apt -y update sudo apt -y dist-upgrade # Install common build dependencies and partitioning tools -sudo apt -y install at curl unzip tar libxt-dev gperf libxaw7-dev cifs-utils build-essential g++ zip libx11-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev libxinerama-dev libxcursor-dev yasm libnuma1 libnuma-dev python-six python3-six python-yaml flex libbison-dev autoconf libudev-dev libncurses5-dev libtool libxrandr-dev xutils-dev dh-autoreconf libgles2-mesa-dev ruby-full pkg-config +sudo apt -y install at curl unzip tar libxt-dev gperf libxaw7-dev cifs-utils build-essential g++ gfortran zip libx11-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev libxinerama-dev libxcursor-dev yasm libnuma1 libnuma-dev python-six python3-six python-yaml flex libbison-dev autoconf libudev-dev libncurses5-dev libtool libxrandr-dev xutils-dev dh-autoreconf libgles2-mesa-dev ruby-full pkg-config # Required by qt5-x11extras sudo apt -y install libxkbcommon-dev libxkbcommon-x11-dev # Required by libhdfs3 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
|
