mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
.travis.yml: upgrade to Xenial image
We require pkg-config >= 0.27. Closes #402
This commit is contained in:
parent
7ea3f9d874
commit
b0453860db
@ -4,7 +4,7 @@ language: c
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
@ -15,7 +15,7 @@ matrix:
|
||||
- libflac-dev
|
||||
- libasound2-dev
|
||||
- os: linux
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
@ -34,11 +34,6 @@ before_install:
|
||||
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||
brew update
|
||||
brew install autogen flac libogg libvorbis
|
||||
else
|
||||
sudo add-apt-repository ppa:ondrej/autotools -y # automake 1.15
|
||||
sudo add-apt-repository ppa:cz.nic-labs/knot-dns -y # pkg-config 0.29.2
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y autoconf automake-1.15 pkg-config m4 libfftw3-dev libasound2-dev
|
||||
fi
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user