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

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

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