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:
20
build.config.yml
Normal file
20
build.config.yml
Normal 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
|
||||
Reference in New Issue
Block a user