This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch valentindavid/show_versions-1.2
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 6f1020e4ee8354957c6bc1aafa1d7a2cc0419553
Author: Valentin David <[email protected]>
AuthorDate: Tue Aug 21 11:04:34 2018 +0200

    Show dependencies versions
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 186bcc6..a95845a 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'

Reply via email to