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:26:21 +0200
commitb737e2479786f64053df40a7bdf7d2241b0614c5 (patch)
treea0d99ba8d2fa5518476803840e540e8fdfa6b4d4
parenta3c298a7fef83b0a53fe7f393aaf75ddfa7ce8ee (diff)
downloadbuildstream-valentindavid/show_versions.tar.gz
Show dependencies versionsvalentindavid/show_versions
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e56590556..c49a27b10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,6 +71,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'