Skip to content

Commit

Permalink
Add testing to auto builds
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Feb 28, 2024
1 parent 9939d7a commit ce37f52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/checkout@v3
- name: Build 64 bit version
run: cargo build --target x86_64-pc-windows-msvc --release
- name: test build
run: |
gcc test.cpp -o test -L../target/release/ -llibmathcat_c
./test.exe
- name: create libmathcat64
uses: thedoctor0/[email protected]
with:
Expand Down

0 comments on commit ce37f52

Please sign in to comment.