Skip to content

Commit

Permalink
Add ARM 64 windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed May 4, 2024
1 parent f0b6807 commit 04777e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ jobs:
filename: '../../../libmathcat32.zip'
directory: target/i686-pc-windows-msvc/release
path: libmathcat_c*
- name: Build ARM 64 bit version
run: cargo build --target aarch64-pc-windows-msvc --release
- name: test build
run: |
cp target/aarch64-pc-windows-msvc/release/libmathcat_c.dll c-example/
cd c-example
gcc test.cpp -o test -L. -llibmathcat_c
./test.exe
- name: create arm libmathcat64
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: '../../../libmathcat-arm64.zip'
directory: aarch64-pc-windows-msvc/release
path: libmathcat_c*
- name: Automatic release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit 04777e8

Please sign in to comment.