seedvault/.cirrus.yml

14 lines
321 B
YAML
Raw Normal View History

2023-10-17 01:37:35 +02:00
task:
name: Build with AOSP
only_if: $CIRRUS_PR_LABELS =~ ".*aosp-build.*"
2023-10-17 03:08:11 +02:00
timeout_in: 70m
2023-10-17 01:37:35 +02:00
container:
image: ubuntu:23.04
cpu: 8
memory: 32G
build_script:
2024-03-06 17:31:20 +01:00
- ./.github/scripts/build_aosp.sh aosp_arm64 ap1a userdebug android-14.0.0_r29
2023-10-17 01:37:35 +02:00
always:
seedvault_artifacts:
2023-10-17 03:08:11 +02:00
path: Seedvault.apk