mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-22 13:24:36 +00:00
Update Travis CI to add GCC-10
This commit is contained in:
parent
8da5086a5a
commit
5323c746dc
@ -35,6 +35,8 @@ jobs:
|
||||
packages:
|
||||
- gcc-10
|
||||
env: COMPILER=gcc-10 KVER=$(curl -s https://www.kernel.org/releases.json | grep 'mainline' -B1 | head -1 | cut -d'"' -f4)
|
||||
- addons:
|
||||
apt:
|
||||
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