Chandan Singh pushed to branch chandan/ci-sdist-test at BuildStream / buildstream
Commits:
-
b6478708
by Chandan Singh at 2018-08-24T02:07:49Z
1 changed file:
Changes:
... | ... | @@ -46,6 +46,12 @@ source_dist: |
46 | 46 |
|
47 | 47 |
# Make our helpers executable
|
48 | 48 |
- chmod +x dist/unpack.sh
|
49 |
+ |
|
50 |
+ # Verify that the source distribution tarball can be installed correctly
|
|
51 |
+ - |
|
|
52 |
+ pip3 install dist/*
|
|
53 |
+ bst --version
|
|
54 |
+ |
|
49 | 55 |
artifacts:
|
50 | 56 |
paths:
|
51 | 57 |
- dist/
|