Skip to content

Commit 781a2a1

Browse files
author
Jim Robinson
committed
Add pyinstaller build
1 parent cbec53d commit 781a2a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
dependsOn: build
6666
displayName: GithubRelease
6767
steps:
68+
- script: |
69+
pip install -r requirements.dev.txt
70+
pip install pyinstaller
71+
pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
72+
cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/croudtech-bootstrap
6873
- template: release/github-release.yaml@templates
6974
parameters:
7075
semVer: $(semVer)

0 commit comments

Comments
 (0)