summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 7d29bcad4bab9552f09796d203e2f3e2de009396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
before_script:
  - export LC_ALL="C.UTF-8"
  - git clone https://gitlab.com/baserock/ybd.git

ivi-build-32:
  stage: build
  script:
  - sudo linux32 -B ybd/ybd.py systems/ivi-system-x86_32.morph x86_32
  - sudo linux32 -B ybd/ybd.py systems/initramfs-x86_32.morph x86_32
  only:
  - /^james\/.*$/
  tags:
  - mitzy