Skip to content

Commit

Permalink
add new dependencies to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Jul 13, 2020
1 parent 349b1ab commit 565220e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/azure-pipelines/linux/provision-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ APT_PACKAGES="at curl unzip tar libxt-dev gperf libxaw7-dev cifs-utils \
build-essential g++ gfortran zip libx11-dev libxkbcommon-x11-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"
flex libbison-dev libudev-dev libncurses5-dev libxrandr-dev \
xutils-dev libgles2-mesa-dev ruby-full"

# Autotools
APT_PACKAGES="$APT_PACKAGES autoconf dh-autoreconf libtool pkg-config autopoint \
autoconf-archive"

# Additionally required by qt5-base
APT_PACKAGES="$APT_PACKAGES libxext-dev libxfixes-dev libxrender-dev \
Expand Down
2 changes: 2 additions & 0 deletions scripts/azure-pipelines/osx/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
condition: always()
- bash: |
brew list autoconf || brew install autoconf
brew list autoconf-archive || brew install autoconf-archive
brew list automake || brew install automake
brew list autopoint || brew install autopoint
brew list libtool || brew install libtool
brew list pkg-config || brew install pkg-config
brew list bison || brew install bison
Expand Down

0 comments on commit 565220e

Please # to comment.