diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-11-11 18:01:48 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-11-11 18:01:48 +0100 |
commit | 75e920ab67205e89eac2a2b22bcf9a7423a16388 (patch) | |
tree | 87a0cd4f488b510acbe54889c84d8944a88f84eb /.travis.yml | |
parent | c77552d6fc9db8356116cf23a7e0cadf44a7fd92 (diff) | |
download | ODR-AudioEnc-75e920ab67205e89eac2a2b22bcf9a7423a16388.tar.gz ODR-AudioEnc-75e920ab67205e89eac2a2b22bcf9a7423a16388.tar.bz2 ODR-AudioEnc-75e920ab67205e89eac2a2b22bcf9a7423a16388.zip |
Travis: Add missing amd64 build and require sudo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 55516ab..de7a99d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ matrix: os: linux arch: amd64 dist: bionic + sudo: required compiler: gcc addons: &linuxaddons apt: @@ -29,6 +30,7 @@ matrix: os: linux arch: amd64 dist: bionic + sudo: required compiler: gcc addons: *linuxaddons @@ -36,6 +38,7 @@ matrix: os: linux arch: amd64 dist: bionic + sudo: required compiler: gcc addons: *linuxaddons @@ -43,6 +46,15 @@ matrix: os: linux arch: amd64 dist: bionic + sudo: required + compiler: gcc + addons: *linuxaddons + + - env: CONF="--enable-alsa --enable-jack --enable-vlc" + os: linux + arch: amd64 + dist: bionic + sudo: required compiler: gcc addons: *linuxaddons @@ -50,6 +62,7 @@ matrix: os: linux arch: arm64 dist: bionic + sudo: required compiler: gcc addons: *linuxaddons |