Skip to content
Snippets Groups Projects
Unverified Commit d96004a3 authored by Rohan Garg's avatar Rohan Garg Committed by Robert Foss
Browse files

Install devscripts

parent d51a0d51
No related branches found
No related tags found
No related merge requests found
Pipeline #5795 passed
...@@ -24,14 +24,15 @@ build: ...@@ -24,14 +24,15 @@ build:
before_script: before_script:
- echo "deb http://deb.debian.org/debian testing main contrib non-free" > /etc/apt/sources.list - echo "deb http://deb.debian.org/debian testing main contrib non-free" > /etc/apt/sources.list
- echo "deb-src http://deb.debian.org/debian testing main contrib non-free" >> /etc/apt/sources.list - echo "deb-src http://deb.debian.org/debian testing main contrib non-free" >> /etc/apt/sources.list
- apt-get update && apt-get $APT_OPTIONS build-dep linux && apt-get $APT_OPTIONS install ccache fakeroot gcc-aarch64-linux-gnu g++-aarch64-linux-gnu - apt-get update && apt-get $APT_OPTIONS build-dep linux && apt-get $APT_OPTIONS install devscripts ccache fakeroot gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
script: script:
- export PATH="/usr/lib/ccache:$PATH" - export PATH="/usr/lib/ccache:$PATH"
- ccache -s - ccache -s
- make defconfig - make -j$(nproc) Image dtbs
- make -j$(nproc) bindeb-pkg - mv arch/arm64/boot/Image .
- mkdir artifacts && dcmd mv ../*.changes artifacts/ - mv arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtb .
artifacts: artifacts:
name: debs name: kernel
paths: paths:
- $CI_PROJECT_DIR/artifacts/*.deb - $CI_PROJECT_DIR/Image
- $CI_PROJECT_DIR/rk3399-rock-pi-4.dtb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment