summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..500fcadd
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,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"