Skip to content
Snippets Groups Projects
Unverified Commit aa0d96d7 authored by Robert Foss's avatar Robert Foss
Browse files

ci: Reconfigure to build for Android

parent 90522c5b
No related branches found
No related tags found
No related merge requests found
Pipeline #5461 passed
...@@ -32,9 +32,12 @@ build: ...@@ -32,9 +32,12 @@ build:
- ./scripts/config -e CONFIG_CMA - ./scripts/config -e CONFIG_CMA
- ./scripts/config -e CONFIG_DMA_CMA - ./scripts/config -e CONFIG_DMA_CMA
- ./scripts/config -e CONFIG_DRM_PANFROST - ./scripts/config -e CONFIG_DRM_PANFROST
- make -j$(nproc) bindeb-pkg - ./scripts/config -e CONFIG_ANDROID
- mkdir artifacts && dcmd mv ../*.changes artifacts/ - make -j$(nproc) Image dtbs
- mkdir artifacts &&
- mv arch/arm64/boot/Image artifacts/
- mv arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtb artifacts/
artifacts: artifacts:
name: debs name: debs
paths: paths:
- $CI_PROJECT_DIR/artifacts/*.deb - $CI_PROJECT_DIR/artifacts/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment