Files
xiaomi-unicorn/.gitlab-ci.yml
2024-06-18 00:00:47 +02:00

18 lines
645 B
YAML

include:
- https://gitlab.com/ubports/porting/community-ports/halium-generic-adaptation-build-tools/-/raw/main/gsi-port-ci.yml
variables:
BUILD_DEVEL_FLASHABLE_FOCAL: "1"
ADAPTATION_TOOLS_BRANCH: main
build:
tags: [ubports]
script:
- apt update
- >-
apt install -y --no-install-recommends
android-tools-mkbootimg bc bison build-essential ca-certificates cpio curl
fakeroot flex git kmod libelf-dev libssl-dev libtinfo5 lz4 python2 sudo unzip wget xz-utils
- wget https://raw.githubusercontent.com/LineageOS/android_system_tools_mkbootimg/lineage-19.1/mkbootimg.py -O /usr/bin/mkbootimg
- ./build.sh