mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-08 20:25:11 +00:00
70 lines
1.8 KiB
YAML
70 lines
1.8 KiB
YAML
language: c
|
|
compiler: gcc
|
|
sudo: required
|
|
dist: eoan
|
|
|
|
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:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- gcc-9
|
|
env: COMPILER=gcc-9 KVER=5.4.8
|
|
- compiler: gcc
|
|
env: COMPILER=gcc-8 KVER=5.4.8
|
|
- compiler: gcc
|
|
env: COMPILER=gcc-7 KVER=5.4.8
|
|
- compiler: gcc
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- gcc-6
|
|
env: COMPILER=gcc-6 KVER=5.4.8
|
|
- compiler: gcc
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- gcc-9
|
|
env: COMPILER=gcc-9 KVER=4.19.86
|
|
- compiler: gcc
|
|
env: COMPILER=gcc-8 KVER=4.19.86
|
|
- compiler: gcc
|
|
env: COMPILER=gcc-7 KVER=4.19.86
|
|
- compiler: gcc
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- gcc-6
|
|
env: COMPILER=gcc-6 KVER=4.19.86
|
|
- compiler: gcc
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
- sourceline: 'ppa:ondrej/nginx-mainline'
|
|
packages:
|
|
- gcc-7
|
|
env: COMPILER=gcc-7 KVER=4.15.18
|