mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-29 07:20:06 +00:00
Try testing PyInstaller builds on CircleCI
This commit is contained in:
parent
7f17a92719
commit
eef66e3ea3
@ -30,6 +30,7 @@ workflows:
|
|||||||
|
|
||||||
# Other assorted tasks and configurations
|
# Other assorted tasks and configurations
|
||||||
- "lint"
|
- "lint"
|
||||||
|
- "pyinstaller"
|
||||||
- "deprecations"
|
- "deprecations"
|
||||||
- "c-locale"
|
- "c-locale"
|
||||||
# Any locale other than C or UTF-8.
|
# Any locale other than C or UTF-8.
|
||||||
@ -87,6 +88,28 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
~/.local/bin/tox -e codechecks
|
~/.local/bin/tox -e codechecks
|
||||||
|
|
||||||
|
pyinstaller:
|
||||||
|
docker:
|
||||||
|
- image: "circleci/python:2"
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- "checkout"
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: "Install tox"
|
||||||
|
command: |
|
||||||
|
pip install --user tox
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: "Make PyInstaller executable"
|
||||||
|
command: |
|
||||||
|
~/.local/bin/tox -e pyinstaller
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: "Test PyInstaller executable"
|
||||||
|
command: |
|
||||||
|
dist/Tahoe-LAFS/tahoe --version
|
||||||
|
|
||||||
debian-9: &DEBIAN
|
debian-9: &DEBIAN
|
||||||
docker:
|
docker:
|
||||||
- image: "tahoelafsci/debian:9"
|
- image: "tahoelafsci/debian:9"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user