Skip to content

Commit

Permalink
test win ci
Browse files Browse the repository at this point in the history
  • Loading branch information
taoboyang committed Mar 19, 2024
1 parent 64f5257 commit 70d8881
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,16 @@ jobs:
# test hmp
(cd bmf/hml/tests/data && ./gen.sh $(pwd)/../../../../output/files)
(cd bmf/hml/tests && pytest)
build_and_test_win:
name: build and test win
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: build
shell: pwsh
run: |
cmake
Get-ChildItem -Path "C:\Program Files\Microsoft Visual Studio\2022\" -Recurse -ErrorAction SilentlyContinue -Force -Name -Filter "vcvars64.bat"
C:\msys64\usr\bin\bash.exe
find /c/ -name vcvars64.bat

0 comments on commit 70d8881

Please sign in to comment.