summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-04-10 18:53:26 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-11 22:31:06 +0100
commit380b55d3bbcd2c916d89e9b5a3b98ef9d4567667 (patch)
treedcc682c51d7270cbeada63322b875e760fe5a0f8
parentff7e3fc96c8d99ecc3fdd5e9a87f16e93a6efee0 (diff)
downloaddefinitions-380b55d3bbcd2c916d89e9b5a3b98ef9d4567667.tar.gz
.gitlab-ci.yml: check if we support xattr
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79e7091d..9db19626 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,8 @@ before_script:
migrate-bst:
stage: migrate-bst
script:
+ - mount
+ - zcat /proc/config.gz | grep -i xattr
- git clone https://gitlab.com/baserock/definitions.git
- git clone https://gitlab.com/BuildStream/defs2bst.git
- git clone https://gitlab.com/BuildStream/buildstream-tests.git -b gnu-toolchain