mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Add build command for Windows
This commit is contained in:
parent
7c7a621f4a
commit
7ab295f3cf
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -10,10 +10,16 @@ jobs:
|
|||
include:
|
||||
- os: macos-latest
|
||||
CMD_BUILD: >
|
||||
brew install create-dmg
|
||||
poetry run make bundle_mac version=rc
|
||||
PATH: |
|
||||
dist/buzz*.dmg
|
||||
dist/buzz*.zip
|
||||
- os: windows-latest
|
||||
CMD_BUILD: >
|
||||
poetry run make buzz
|
||||
PATH: |
|
||||
dist/Buzz.exe
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
|
|
@ -33,7 +39,6 @@ jobs:
|
|||
path: .venv
|
||||
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-2
|
||||
|
||||
- run: pip install poetry
|
||||
- run: poetry install
|
||||
- run: ${{ matrix.CMD_BUILD }}
|
||||
- run: ls dist/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue