Skip to content

Commit 4fb7e8d

Browse files
committed
welll... try win arm
1 parent 9e64af3 commit 4fb7e8d

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,22 @@ jobs:
4848
uses: actions/upload-artifact@v4.6.2
4949
with:
5050
name: ${{ matrix.upload_name }}
51-
path: ${{ matrix.binary }}
51+
path: ${{ matrix.binary }}
52+
build-win-arm:
53+
runs-on: windows-11-arm
54+
steps:
55+
- name: Checkout repository
56+
uses: actions/checkout@v2
57+
- name: Build
58+
shell: bash
59+
run: |
60+
mkdir build
61+
cd build
62+
cmake -DCMAKE_BUILD_TYPE=Release ..
63+
cmake --build ./
64+
65+
- name: Upload Build Artifact
66+
uses: actions/upload-artifact@v4.6.2
67+
with:
68+
name: aarch64_dptsp.dll
69+
path: ./build/aarch64_dptsp.dll

0 commit comments

Comments
 (0)