Skip to content
Snippets Groups Projects
Commit d911f87a authored by Johannes Mey's avatar Johannes Mey
Browse files

try to fix CI

parent e51e258d
No related branches found
No related tags found
No related merge requests found
Pipeline #6579 failed
......@@ -6,10 +6,11 @@ build-kernel:
stage: build
artifacts:
paths:
- kernel/*.deb
- "*.deb"
- "*/*.deb"
script:
- apt-get update
- apt-get install -y build-essential curl bison flex bc rsync kmod cpio lsb-release libssl-dev
- cd kernel; ./compile.bash
- ./compile.bash
tags:
- highmem
......@@ -52,4 +52,8 @@ cp ../config .config
make olddefconfig
make deb-pkg
mv *.deb ..
# show current directory (for debug)
ls .
# show parent directory (for debug)
ls ..
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment