summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-04-14 22:10:15 +0100
committerJavier Jardón <jjardon@gnome.org>2016-07-03 12:44:13 +0100
commit2be8c1fb9b3ce6c8c20b6ffc825d5a31eae520bc (patch)
treea8dec10860a1510048031a513f2d0eaa55a21904
parentf23ba1208ff3f30e646b9b759a4ca240f26d9794 (diff)
downloaddefinitions-2be8c1fb9b3ce6c8c20b6ffc825d5a31eae520bc.tar.gz
Add .gitlab-ci.yml
Build GNOME system for now
-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"