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

build-system-x86_64-chroot-build:
  stage: build
  script:
  - ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64
  only:
  - /^james\/.*$/
  tags:
  - mitzy-test