Skip to content

Commit

Permalink
Merge pull request #1 from Nagico2/ci/win-arm64
Browse files Browse the repository at this point in the history
Update wheel.yml
  • Loading branch information
Nagico2 authored Jul 26, 2024
2 parents 2de10cb + 0d2ae9e commit ed7b380
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Wheels

on:
workflow_dispatch:
push:
branches: [ master ]
tags:
Expand All @@ -19,7 +20,7 @@ jobs:
digests-windows: ${{ steps.hash-windows.outputs.digests }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-11]
os: [windows-latest]
runs-on: ${{ matrix.os }}
name: Build wheels on ${{ matrix.os }}

Expand All @@ -45,6 +46,8 @@ jobs:
cmake --build ${{github.workspace}}/build_win32 --config Release --target install --parallel 8
cmake -A x64 -B ${{github.workspace}}/build_amd64 -DSPM_ENABLE_SHARED=OFF -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/root_amd64
cmake --build ${{github.workspace}}/build_amd64 --config Release --target install --parallel 8
cmake -A arm64 -B ${{github.workspace}}/build_arm64 -DSPM_ENABLE_SHARED=OFF -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/root_arm64
cmake --build ${{github.workspace}}/build_arm64 --config Release --target install --parallel 8
- name: Build for Mac
if: runner.os == 'macOS'
Expand Down

0 comments on commit ed7b380

Please sign in to comment.