Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbd035c5 authored by Romain Hunault's avatar Romain Hunault
Browse files

Build the module

parent f85ad2ac
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
stages:
  - update-from-upstream
  - build
  - sign

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 Updater:
  extends: .build-module
  variables:
    BRANCH_NAME: "v1-nougat"
    MODULE_NAME: "Updater"
    MODULE_PATH: "packages/apps/Updater"
    PRIV_APP: "true"