1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-26 07:04:12 +00:00

Merge pull request #529 from CGarces/fix_travis

Fix travis build GCC 8 and 9
This commit is contained in:
Christian Bremvåg 2020-01-05 20:34:08 +01:00 committed by GitHub
commit 213c60c313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
language: c language: c
compiler: gcc compiler: gcc
sudo: required sudo: required
dist: disco dist: bionic
before_install: before_install:
- export ALL_DEB=$(wget --quiet -O - ${KERNEL_URL}v${KVER}/ | grep -o 'href=".*"' | grep -m1 all | cut -d '"' -f 2) - export ALL_DEB=$(wget --quiet -O - ${KERNEL_URL}v${KVER}/ | grep -o 'href=".*"' | grep -m1 all | cut -d '"' -f 2)
@ -22,19 +22,21 @@ matrix:
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - sourceline: "ppa:ubuntu-toolchain-r/test"
packages: packages:
- gcc-9 - gcc-9
env: COMPILER=gcc-9 KVER=5.4.8 env: COMPILER=gcc-9 KVER=5.4.8
- compiler: gcc - compiler: gcc
addons:
apt:
packages:
- gcc-8
env: COMPILER=gcc-8 KVER=5.4.8 env: COMPILER=gcc-8 KVER=5.4.8
- compiler: gcc - compiler: gcc
env: COMPILER=gcc-7 KVER=5.4.8 env: COMPILER=gcc-7 KVER=5.4.8
- compiler: gcc - compiler: gcc
addons: addons:
apt: apt:
sources:
- ubuntu-toolchain-r-test
packages: packages:
- gcc-6 - gcc-6
env: COMPILER=gcc-6 KVER=5.4.8 env: COMPILER=gcc-6 KVER=5.4.8
@ -42,28 +44,23 @@ matrix:
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - sourceline: "ppa:ubuntu-toolchain-r/test"
packages: packages:
- gcc-9 - gcc-9
env: COMPILER=gcc-9 KVER=4.19.86 env: COMPILER=gcc-9 KVER=4.19.93
- compiler: gcc - compiler: gcc
env: COMPILER=gcc-8 KVER=4.19.86 addons:
- compiler: gcc apt:
env: COMPILER=gcc-7 KVER=4.19.86 packages:
- gcc-8
env: COMPILER=gcc-8 KVER=4.19.93
- compiler: gcc
env: COMPILER=gcc-7 KVER=4.19.93
- compiler: gcc - compiler: gcc
addons: addons:
apt: apt:
sources:
- ubuntu-toolchain-r-test
packages: packages:
- gcc-6 - gcc-6
env: COMPILER=gcc-6 KVER=4.19.86 env: COMPILER=gcc-6 KVER=4.19.93
- compiler: gcc - compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:ondrej/nginx-mainline'
packages:
- gcc-7
env: COMPILER=gcc-7 KVER=4.15.18 env: COMPILER=gcc-7 KVER=4.15.18