Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Enric Balletbò i Serra
linux
Commits
51d435d9
Commit
51d435d9
authored
Jan 22, 2021
by
Enric Balletbò i Serra
Browse files
Update .gitlab-ci.yml
parent
c3721937
Pipeline
#20956
passed with stage
in 98 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
51d435d9
...
...
@@ -29,10 +29,18 @@ build:
-
export PATH="/usr/lib/ccache:$PATH"
-
ccache -s
-
make defconfig
-
make -j$(nproc) bindeb-pkg
-
mkdir artifacts && dcmd mv ../*.changes artifacts/
-
make -j$(nproc)
-
make INSTALL_MOD_PATH=./tmp modules_install
-
cd tmp
-
tar -cJf ../modules.tar.xz .
-
cd - > /dev/null
-
mkdir artifacts
-
cp arch/arm64/boot/Image artifacts/
-
cp arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb artifacts/
-
cp arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb artifacts/
-
cp modules.tar.xz artifacts/
artifacts
:
name
:
deb
s
name
:
binarie
s
paths
:
-
$CI_PROJECT_DIR/artifacts/*
.deb
-
$CI_PROJECT_DIR/artifacts/*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment