1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

Add gcc-9 support

This commit is contained in:
Christian Bremvåg 2020-01-05 01:44:29 +01:00 committed by GitHub
parent 08de4c633c
commit 151840c5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,9 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-8
- gcc-9
env: COMPILER=gcc-9 KVER=5.4.8
- compiler: gcc
env: COMPILER=gcc-8 KVER=5.4.8
- compiler: gcc
env: COMPILER=gcc-7 KVER=5.4.8
@ -42,7 +44,9 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-8
- gcc-9
env: COMPILER=gcc-9 KVER=4.19.86
- compiler: gcc
env: COMPILER=gcc-8 KVER=4.19.86
- compiler: gcc
env: COMPILER=gcc-7 KVER=4.19.86