Skip to content
.gitlab-ci.yml 790 B
Newer Older
nimrod's avatar
nimrod committed
---
nimrod's avatar
nimrod committed
include:
  - project: shore/ci-templates
    file: templates/pre-commit.yml
nimrod's avatar
nimrod committed
  - project: shore/ci-templates
    file: templates/docker.yml

stages:
  - test
  - build
  - deploy

# FIXME: Remove duplicate jobs once
# https://gitlab.com/gitlab-org/gitlab/-/issues/35742 is resolved.

build-ns4:
  extends: .compose-build
  tags: [ns4.shore.co.il]
  only:
    - ns4

run-ns4:
  extends: .compose-run
  tags: [ns4.shore.co.il]
  only:
    - ns4

build-host01:
nimrod's avatar
nimrod committed
  extends: .compose-build
  tags: [host01.shore.co.il]
  only:
    - host01

run-host01:
  extends: .compose-run
  tags: [host01.shore.co.il]
  only:
    - host01
nimrod's avatar
nimrod committed

build-kodi:
  extends: .compose-build
  tags: [kodi.shore.co.il]
  only:
    - kodi
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
  extends: .compose-run
  tags: [kodi.shore.co.il]
  only:
    - kodi