summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2018-08-21 11:04:34 +0200
committerValentin David <valentin.david@codethink.co.uk>2018-09-26 16:25:17 +0200
commit6f1020e4ee8354957c6bc1aafa1d7a2cc0419553 (patch)
tree3af2434690e10ccf82d42fbb7304ea95402dd162
parentdfa68ba9dc97ae5d2d999366c2f76795c14108b7 (diff)
downloadbuildstream-valentindavid/show_versions-1.2.tar.gz
Show dependencies versionsvalentindavid/show_versions-1.2
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 186bcc6da..a95845a0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,6 +76,7 @@ source_dist:
- chown -R buildstream:buildstream buildstream
- cd buildstream
+ - su buildstream -c 'python3 setup.py show'
# Run the tests from the source distribution, We run as a simple
# user to test for permission issues
- su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'