summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 500fcadd0fe7484bb814a191400db04675a6c12f (plain)
1
2
3
4
5
6
7
8
before_script:
  - git clone https://github.com/devcurmudgeon/ybd
  - apt-get update -qq && apt-get install -y -qq python-dev python-pip
  - pip install fs pyyaml sandboxlib requests jsonschema
ybd-build-64:
  stage: build
  script:
  - "ybd/ybd.py systems/gnome-system-x86_64.morph x86_64"