1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 13:10:40 +00:00
rtl8812au/.travis.yml

67 lines
1.7 KiB
YAML
Raw Normal View History

2019-04-05 22:35:45 +00:00
language: c
compiler: gcc
sudo: required
2020-01-05 18:35:29 +00:00
dist: bionic
2019-04-05 22:35:45 +00:00
before_install:
- export ALL_DEB=$(wget --quiet -O - ${KERNEL_URL}v${KVER}/ | grep -o 'href=".*"' | grep -m1 all | cut -d '"' -f 2)
- export KVER_BUILD=$(echo $ALL_DEB | cut -d '_' -f 1 | cut -c15-)
- wget ${KERNEL_URL}v${KVER}/$(wget --quiet -O - ${KERNEL_URL}v${KVER}/ | grep -o 'href=".*"' | grep headers | grep generic | grep -m1 amd64 | cut -d '"' -f 2)
- wget ${KERNEL_URL}v${KVER}/$ALL_DEB
- sudo dpkg -i *.deb
script:
- make CC=$COMPILER KVER=$KVER_BUILD-generic
env:
global:
- KERNEL_URL=http://kernel.ubuntu.com/~kernel-ppa/mainline/
matrix:
include:
- compiler: gcc
addons:
apt:
sources:
2020-01-05 18:35:29 +00:00
- sourceline: "ppa:ubuntu-toolchain-r/test"
2019-04-05 22:35:45 +00:00
packages:
2020-01-05 00:44:29 +00:00
- gcc-9
env: COMPILER=gcc-9 KVER=5.4.8
- compiler: gcc
2020-01-05 18:35:29 +00:00
addons:
apt:
packages:
- gcc-8
2020-01-05 00:41:47 +00:00
env: COMPILER=gcc-8 KVER=5.4.8
- compiler: gcc
2020-01-05 00:41:47 +00:00
env: COMPILER=gcc-7 KVER=5.4.8
2019-04-05 22:35:45 +00:00
- compiler: gcc
addons:
apt:
packages:
- gcc-6
2020-01-05 00:41:47 +00:00
env: COMPILER=gcc-6 KVER=5.4.8
2019-04-05 22:35:45 +00:00
- compiler: gcc
addons:
apt:
sources:
2020-01-05 18:35:29 +00:00
- sourceline: "ppa:ubuntu-toolchain-r/test"
2019-04-05 22:35:45 +00:00
packages:
2020-01-05 00:44:29 +00:00
- gcc-9
2020-01-05 18:35:29 +00:00
env: COMPILER=gcc-9 KVER=4.19.93
2019-04-05 22:35:45 +00:00
- compiler: gcc
addons:
apt:
packages:
2020-01-05 18:35:29 +00:00
- gcc-8
env: COMPILER=gcc-8 KVER=4.19.93
- compiler: gcc
env: COMPILER=gcc-7 KVER=4.19.93
- compiler: gcc
addons:
apt:
packages:
2020-01-05 18:35:29 +00:00
- gcc-6
env: COMPILER=gcc-6 KVER=4.19.93
- compiler: gcc
env: COMPILER=gcc-7 KVER=4.15.18