summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2018-08-24 06:42:03 +0000
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-08-24 06:42:03 +0000
commit86e4729d66f198ff1713b54f8bc0fadb1eb4e0fa (patch)
treea36da5fc37c5d61725632c28077ce6c230069fb1
parent8216ff8dac91692c9358c3e535f5a0a2c26c1332 (diff)
parent56096b60daac029900e032f6953536be89783836 (diff)
downloadbuildstream-86e4729d66f198ff1713b54f8bc0fadb1eb4e0fa.tar.gz
Merge branch 'chandan/ci-sdist-test' into 'master'
.gitlab-ci.yml: Verify that source tarball installs correctly See merge request BuildStream/buildstream!720
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5aa0bc45..d93704bb0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,11 @@ source_dist:
- tar -ztf dist/*
- tarball=$(cd dist && echo $(ls *))
+ # Verify that the source distribution tarball can be installed correctly
+ #
+ - pip3 install dist/*.tar.gz
+ - bst --version
+
# unpack tarball as `dist/buildstream` directory
- |
cat > dist/unpack.sh << EOF