1
0
mirror of git://f0xx.org/ac/ac-scripts synced 2026-07-29 03:37:48 +03:00

feat(scripts): docker CI image, runner submodule seed, OTA browser apk

Signed-off-by: Anton Afanasyeu <a.afanasieff@gmail.com>
This commit is contained in:
Anton Afanasyeu
2026-07-12 13:53:16 +02:00
parent 8927c65f63
commit 69dc456c27
4 changed files with 196 additions and 7 deletions

20
build.config.yml Normal file
View File

@@ -0,0 +1,20 @@
# Canonical CI pipeline for ac-ms-build / docker-build-runner.sh (cluster lab).
# Referenced from compose-lab-backend.php → build.pipeline_config
version: 2.1
parameters:
git_ref: next
gradle_task: assembleDebug
run_tests: true
run_native: true
run_apk: true
auto_ota: true
ota_channel: staging
jobs:
android-build:
docker:
- image: androidcast-ci:00.01.00.1000
steps:
- checkout
- run:
name: Gradle pipeline
command: ./scripts/ci-build-and-publish-ota.sh