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

Update Travis CI to add GCC-10

This commit is contained in:
kimocoder 2020-07-12 06:37:22 +00:00
parent 8da5086a5a
commit 5323c746dc

View File

@ -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)