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 4e73d7c
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: |
Get-ChildItem -Path C:\ -Recurse -Filter "vcvars64.bat" -ErrorAction SilentlyContinue -Force
cmd.exe /c '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" & powershell'
dir C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
& C:\msys64\usr\bin\bash.exe

0 comments on commit 4e73d7c

Please sign in to comment.