Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56bf9b87fe | ||
|
|
081f817cac | ||
|
|
483be78d0d |
23
.travis.yml
23
.travis.yml
@ -85,9 +85,8 @@ matrix:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
||||
# Stable versions
|
||||
- name: "Kernel 5.1.y STABLE"
|
||||
env: KERNEL_BRANCH="linux-5.1.y" GCC_VER="gcc-8"
|
||||
- name: "Kernel 5.4.y LTS"
|
||||
env: KERNEL_BRANCH="linux-5.4.y" GCC_VER="gcc-8"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -96,8 +95,9 @@ matrix:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
||||
- name: "Kernel 5.2.y STABLE"
|
||||
env: KERNEL_BRANCH="linux-5.2.y" GCC_VER="gcc-8"
|
||||
# Stable versions
|
||||
- name: "Kernel 5.7.y STABLE"
|
||||
env: KERNEL_BRANCH="linux-5.7.y" GCC_VER="gcc-8"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -106,6 +106,19 @@ matrix:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
||||
- name: "Kernel 5.8.y STABLE"
|
||||
env: KERNEL_BRANCH="linux-5.8.y" GCC_VER="gcc-8"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libelf-dev
|
||||
- gcc-8
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
allow_failures:
|
||||
- name: "Kernel 5.8.y STABLE"
|
||||
|
||||
|
||||
# Here checkout kernels
|
||||
before_script:
|
||||
- eval "export CC=${GCC_VER}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user