Files
logging/script/test_windows.ps1
2024-11-02 13:25:55 +08:00

6 lines
89 B
PowerShell

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