Files
logging/script/test_windows.ps1
2024-11-02 14:17:53 +08:00

6 lines
99 B
PowerShell

cmake build -B build .
Set-Location -Path "./build"
cmake --build .
ctest
Set-Location -Path ".."