From d9d6ecbaa79855d62c47e2079fa39facc22fec7d Mon Sep 17 00:00:00 2001 From: Romain Hunault Date: Mon, 21 Oct 2019 11:12:46 +0200 Subject: [PATCH] Build oreo APK --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ec2279a1cd..aa12c257776 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,19 @@ stages: - update-from-upstream + - build include: - project: 'e/priv/os/build' ref: master file: '/templates/.gitlab-ci-update-from-upstream.yml' + - project: 'e/priv/os/build' + ref: master + file: '/templates/.gitlab-ci-build-module.yml' + +build Settings: + extends: .build module + variables: + BRANCH_NAME: "v1-oreo" + MODULE_NAME: "Settings" + MODULE_PATH: "packages/apps/Settings" + PRIV_APP: "true" -- GitLab