summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-07-12 02:49:38 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-25 23:17:42 +0100
commit5b60524063aeb9ccf850b4764f577f39761f3f42 (patch)
tree3acd77f595b67ce1e6629ec8544196be202c652a
parent4e6bdd9ecfa946f5ad5127a362bfbd5cc84afecb (diff)
downloaddefinitions-5b60524063aeb9ccf850b4764f577f39761f3f42.tar.gz
.gitlab-ci.yml: Convert and build the build-system as well
-rw-r--r--.gitlab-ci.yml20
1 files changed, 16 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a3a6759c..d7d01456 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,22 +37,27 @@ migrate-bst:
- git clone https://gitlab.com/BuildStream/buildstream-tests.git -b gnu-toolchain
- ./defs2bst/defs2bst.py --ybd ybd/ybd.py
--definitions definitions
- --output buildstream-tests/elements
+ --output buildstream-metadata/build-system/elements
+ --rebase strata/build-essential.morph gnu-toolchain.bst
+ systems/build-system-x86_64.morph x86_64
+ - ./defs2bst/defs2bst.py --ybd ybd/ybd.py
+ --definitions definitions
+ --output buildstream-metadata/gnome-system/elements
--rebase strata/build-essential.morph gnu-toolchain.bst
gnome/systems/gnome-system-x86_64.morph x86_64
artifacts:
paths:
- - buildstream-tests/
+ - buildstream-metadata/
validate-all-definitions:
stage: validate
script:
- python spec/quick_check.py .
-bst-gnome-build-64:
+bst-build-system-x86_32-build:
stage: build-1
script:
- - bst -C buildstream-tests build gnome/gnome-system-x86_64-content.bst
+ - bst -C buildstream-metadata/build-system build build-system-x86_64-content.bst
dependencies:
- migrate-bst
@@ -111,6 +116,13 @@ gnome-build-64:
- ybd/ybd.py gnome/systems/gnome-system-x86_64.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
+bst-gnome-build-64:
+ stage: build-3
+ script:
+ - bst -C buildstream-metadata/gnome-system build gnome/gnome-system-x86_64-content.bst
+ dependencies:
+ - migrate-bst
+
minimal-build-64:
stage: build-1
script: