seedvault/.cirrus.yml

14 lines
315 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:
- ./.github/scripts/build_aosp.sh aosp_arm64 userdebug android-14.0.0_r1
always:
seedvault_artifacts:
2023-10-17 03:08:11 +02:00
path: Seedvault.apk