Add build command for Windows

This commit is contained in:
Chidi Williams 2022-09-29 21:19:33 +01:00
commit 7ab295f3cf

View file

@ -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/