add test on windows action
This commit is contained in:
5
script/test_windows.ps1
Normal file
5
script/test_windows.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
cmake build -B build .
|
||||
Set-Location -Path "./build"
|
||||
make
|
||||
ctest
|
||||
Set-Location -Path ".."
|
||||
Reference in New Issue
Block a user