mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-28 22:39:35 -04:00
Add --ci-build to Windows build script, and do more to make the build in CircleCI
This commit is contained in:
parent
724e48053c
commit
c5e73076a4
2 changed files with 176 additions and 146 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue