mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-30 15:32:43 +00:00
Build for every supported architecture on ci builds
This commit is contained in:
parent
ac1dd252a6
commit
5b68266148
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -9,13 +9,17 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, macos-10.15, windows-2019]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v2.5.0
|
uses: pypa/cibuildwheel@v2.5.0
|
||||||
|
env:
|
||||||
|
CIBW_ARCHS_WINDOWS: "all"
|
||||||
|
CIBW_ARCHS_LINUX: "all"
|
||||||
|
CIBW_ARCHS_MACOS: "all"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user