Files
android_translation_layer/.gitlab-ci.yml
2025-02-07 18:26:26 +01:00

24 lines
577 B
YAML

stages:
- build
- cts
build_trigger_job:
stage: build
variables:
# the build script assumes it's run from a MR context
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: master
CI_MERGE_REQUEST_PROJECT_URL: ${CI_SERVER_URL}/android_translation_layer/aports
# for artifact archive name
UPSTREAM_COMMIT: $CI_COMMIT_SHA
trigger:
project: android_translation_layer/aports
branch: atl-nightlies-atl
strategy: depend
cts_trigger_job:
stage: cts
trigger:
project: android_translation_layer/android_translation_layer.gitlab.io
branch: master