Compare commits
No commits in common. "master" and "v1.14.1" have entirely different histories.
21
.travis.yml
21
.travis.yml
@ -85,19 +85,9 @@ matrix:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
||||
- name: "Kernel 5.4.y LTS"
|
||||
env: KERNEL_BRANCH="linux-5.4.y" GCC_VER="gcc-8"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libelf-dev
|
||||
- gcc-8
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
||||
# Stable versions
|
||||
- name: "Kernel 5.7.y STABLE"
|
||||
env: KERNEL_BRANCH="linux-5.7.y" GCC_VER="gcc-8"
|
||||
- name: "Kernel 5.1.y STABLE"
|
||||
env: KERNEL_BRANCH="linux-5.1.y" GCC_VER="gcc-8"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -106,8 +96,8 @@ matrix:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
||||
- name: "Kernel 5.8.y STABLE"
|
||||
env: KERNEL_BRANCH="linux-5.8.y" GCC_VER="gcc-8"
|
||||
- name: "Kernel 5.2.y STABLE"
|
||||
env: KERNEL_BRANCH="linux-5.2.y" GCC_VER="gcc-8"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -115,9 +105,6 @@ matrix:
|
||||
- gcc-8
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
allow_failures:
|
||||
- name: "Kernel 5.8.y STABLE"
|
||||
|
||||
|
||||
# Here checkout kernels
|
||||
before_script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user