Skip to content

Commit

Permalink
Merge pull request #598 from anthony-linaro/msvc-test-runner
Browse files Browse the repository at this point in the history
Add test running for MSVC to CI
  • Loading branch information
jserv committed Jun 6, 2023
2 parents d7a3035 + 00c6f24 commit 6b61652
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,26 @@ jobs:
- name: build artifact
run: msbuild sse2neon.vcxproj -t:rebuild -property:Configuration=Release -property:Platform=ARM64

- name: upload artifact
uses: actions/upload-artifact@master
with:
name: msvc-arm64-artifact
path: ARM64

test_win_msvc:
runs-on: ubuntu-latest
container: linaro/wine-arm64
needs: host_win_msvc
steps:
- name: download artifact
uses: actions/download-artifact@master
with:
name: msvc-arm64-artifact

- name: Run tests
run: wine-arm64 cmd.exe /c 'Release\sse2neon.exe'


coding_style:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 6b61652

Please sign in to comment.