aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 69af2d48b5134c839595eeefa78b26fb582a4769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
stages:
  - build
  - rpms
  - repo

include:
  - project: 'kraxel/rpm-package-builder'
    file: 'gitlab-ci-build-meson.yml'

include:
  - project: 'kraxel/rpm-package-builder'
    file: 'gitlab-ci-rpms-tito.yml'

boot-aarch64:
  stage: build
  rules:
    - if: '$BUILD_AARCH64 == "yes"'
  trigger:
    project: kraxel/ec2-init-scripts
    branch: boot-aarch64