Skip to content

Commit

Permalink
Add windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Apr 6, 2024
1 parent 235db5e commit b9d4f66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux, osx]
platform: [linux, osx, windows]

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Build linux image
- name: Build binary
run: docker run --rm -v "${PWD}:/src/" --env SPECFILE=./schwifty.spec batonogov/pyinstaller-${{ matrix.platform }}

- name: Test linux image
- name: Test binary
run: dist/schwifty "DE89370400440532013000"

- name: Compress binary
Expand Down

0 comments on commit b9d4f66

Please sign in to comment.