Browse Source

.ci/install-deps.sh: Changing to trusty names for libraries and development packages.

pull/384/head
David Runge 7 years ago
parent
commit
ca115261de
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      .ci/install-deps.sh

+ 3
- 4
.ci/install-deps.sh View File

@@ -16,15 +16,14 @@ fi
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
# autotools, automake, make are present in the trusty image
sudo apt-get install -y \
celt \
doxygen \
libffado-dev \
libsamplerate-dev \
libsndfile-dev \
libasound2-dev \
libsystemd-dev \
opus \
portaudio-dev
libsystemd-daemon-dev \
opus-tools \
libportaudio-dev
# force installation of gcc-6 if required
if [ "${CC}" == "gcc-6" ]; then
sudo apt-get install gcc-6 g++-6


Loading…
Cancel
Save