ref: 10a317060d4dbaa66fdf1710b0e6fa2c943022eb
parent: 727504026ee51c6fe29afe6255b70513504a6265
author: Alexander Grund <Flamefire@users.noreply.github.com>
date: Fri Jul 3 09:12:11 EDT 2020
.travis.yaml: Fix autotools CI The autotools ppa does no longer exist so get it directly from the Ubuntu repo.
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,13 +5,10 @@
jobs:
fast_finish: true
include:
- - sudo: required
- env: USING_AUTOTOOLS=yes
- before_install:
- - 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
+ - env: USING_AUTOTOOLS=yes
+ addons:
+ apt:
+ packages: [libsndfile-dev, libfftw3-dev, libasound2-dev, autoconf, automake-1.15, pkg-config, m4]
script:
- ./autogen.sh && ./configure --enable-sndfile --enable-alsa && make distcheck
- cat src/config.h