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

create artefact

parent 36ce48c3
Branches
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ stages: ...@@ -4,6 +4,9 @@ stages:
build-kernel: build-kernel:
image: ubuntu:bionic image: ubuntu:bionic
stage: build stage: build
artifacts:
paths:
- kernel/*.deb
script: script:
- apt-get update - apt-get update
- apt-get install -y build-essential curl bison flex bc rsync kmod cpio lsb-release libssl-dev - apt-get install -y build-essential curl bison flex bc rsync kmod cpio lsb-release libssl-dev
......
...@@ -51,3 +51,5 @@ cp ../config .config ...@@ -51,3 +51,5 @@ cp ../config .config
# update config with defaults if new options have been added # update config with defaults if new options have been added
make olddefconfig make olddefconfig
make deb-pkg make deb-pkg
mv *.deb ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment