Tristan Van Berkom pushed to branch master at BuildStream / buildstream
Commits:
-
56096b60
by Chandan Singh at 2018-08-24T02:12:03Z
-
86e4729d
by Tristan Van Berkom at 2018-08-24T06:42:03Z
1 changed file:
Changes:
| ... | ... | @@ -36,6 +36,11 @@ source_dist: |
| 36 | 36 |
- tar -ztf dist/*
|
| 37 | 37 |
- tarball=$(cd dist && echo $(ls *))
|
| 38 | 38 |
|
| 39 |
+ # Verify that the source distribution tarball can be installed correctly
|
|
| 40 |
+ #
|
|
| 41 |
+ - pip3 install dist/*.tar.gz
|
|
| 42 |
+ - bst --version
|
|
| 43 |
+ |
|
| 39 | 44 |
# unpack tarball as `dist/buildstream` directory
|
| 40 | 45 |
- |
|
| 41 | 46 |
cat > dist/unpack.sh << EOF
|
