mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-22 13:24:36 +00:00
Add Travis check for GCC-10
This commit is contained in:
parent
660bcb86da
commit
156e96fe9b
@ -32,6 +32,9 @@ jobs:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: "ppa:ubuntu-toolchain-r/test"
|
||||
packages:
|
||||
- gcc-10
|
||||
env: COMPILER=gcc-10 KVER=$(curl -s https://www.kernel.org/releases.json | grep 'mainline' -B1 | head -1 | cut -d'"' -f4)
|
||||
packages:
|
||||
- gcc-9
|
||||
env: COMPILER=gcc-9 KVER=$(curl -s https://www.kernel.org/releases.json | grep 'mainline' -B1 | head -1 | cut -d'"' -f4)
|
||||
|
Loading…
Reference in New Issue
Block a user