Chandan Singh pushed to branch chandan/ci-sdist-test at BuildStream / buildstream
Commits:
-
505380e1
by Chandan Singh at 2018-08-24T02:10:27Z
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
|
... | ... | @@ -46,6 +51,7 @@ source_dist: |
46 | 51 |
|
47 | 52 |
# Make our helpers executable
|
48 | 53 |
- chmod +x dist/unpack.sh
|
54 |
+ |
|
49 | 55 |
artifacts:
|
50 | 56 |
paths:
|
51 | 57 |
- dist/
|