add test on windows action

This commit is contained in:
2024-11-02 13:25:55 +08:00
parent 0fa6097bbf
commit 8eb324ad23
4 changed files with 22 additions and 2 deletions

5
script/test_windows.ps1 Normal file
View File

@@ -0,0 +1,5 @@
cmake build -B build .
Set-Location -Path "./build"
make
ctest
Set-Location -Path ".."