Add --ci-build to Windows build script, and do more to make the build in CircleCI

This commit is contained in:
Micah Lee 2022-03-30 08:29:16 -07:00
parent 724e48053c
commit c5e73076a4
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 176 additions and 146 deletions

View file

@ -80,11 +80,18 @@ jobs:
choco install python --version=3.9.12
choco install 7zip
choco install go
choco install dotnet3.5
choco install wixtoolset
- run:
name: Install poetry
command: (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
- run:
name: Install poetry dependencies
command: |
cd ~\project
cd ~\project\desktop
poetry install
- run:
name: Build
command: |
cd ~\project\desktop
poetry run python .\package\build-windows.py --ci-build