Skip to content

Commit 3411626

Browse files
committed
More folder related misadventures.
1 parent e7a51f7 commit 3411626

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@ script:
3333
- du -sk python/
3434
- cd python
3535
- otool -L bin/python3.6
36-
- echo "Python 3.6.5" >> ./version.txt
3736
- cp ./bin/python3.6 ./bin/python3
3837
- ./bin/python3 -c 'import ssl; print(ssl.OPENSSL_VERSION)'
3938
- ./bin/python3 -m pip --version
4039

4140
# Reduce stand-alone Python and upload it
4241
- cd "$PROJECT_DIR"
4342
- python process_python_build.py "$PROJECT_DIR/python"
43+
- mkdir portable_root
44+
- cp -r python portable_root/
45+
- echo "Python 3.6.5" >> ./portable_root/version.txt
4446
- tar czf upload/python3-reduced.tar.gz python/
4547
- curl --upload-file ./upload/python3-reduced.tar.gz https://transfer.sh/python3-reduced.tar.gz | tee -a output_urls.txt && echo "" >> output_urls.txt
4648

0 commit comments

Comments
 (0)