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