Skip to content

Commit

Permalink
ci: test multiple architectures on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lvillani committed Jan 3, 2024
1 parent a3b4059 commit e7f512a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
os:
- windows-2019
- windows-2022
arch:
- x64
- x86
steps:
- uses: actions/checkout@v3

Expand All @@ -47,4 +50,4 @@ jobs:
key: ${{ matrix.os }}-venv-${{ hashFiles('**/requirements.txt') }}

- name: Build
run: py -3 .\script\run-in-vsenv.py py -3 .\script\cibuild.py
run: py -3 .\script\run-in-vsenv.py --arch ${{ matrix.arch }} py -3 .\script\cibuild.py

0 comments on commit e7f512a

Please sign in to comment.