pbsplash has been dropped from pmaports, so this build will not successfully finish. Instead, build mkbootimg-osm0sis. Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9030>
21 lines
742 B
YAML
21 lines
742 B
YAML
cross-gcc-tests:
|
|
extends: .package-test
|
|
tags: [qemu]
|
|
before_script:
|
|
- wget "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/main/install_pmbootstrap.sh"
|
|
- sh ./install_pmbootstrap.sh
|
|
script:
|
|
- su pmos -c "pmbootstrap build gcc-aarch64"
|
|
- su pmos -c "pmbootstrap build --arch=aarch64 hello-world --force"
|
|
- su pmos -c "pmbootstrap build --arch=aarch64 iskey --force"
|
|
- su pmos -c "pmbootstrap build --arch=aarch64 mkbootimg-osm0sis --force"
|
|
- su pmos -c "pmbootstrap build --arch=aarch64 gcc-x86_64"
|
|
rules:
|
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
|
changes:
|
|
- cross/gcc-x86_64/APKBUILD
|
|
artifacts:
|
|
when: always
|
|
paths:
|
|
- log.txt
|
|
expire_in: 1 week
|