mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[CI|gfortran] Install gfortran for OSX and Linux CI (#11693)
* [CI|gfortran] Install gfortran for OSX and Linux CI * [osx] use cask
This commit is contained in:
parent
2ba3794909
commit
b4f3e5854a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user