summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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