seedvault/.cirrus.yml

14 lines
321 B
YAML
Raw Normal View History

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