6 lines
89 B
PowerShell
6 lines
89 B
PowerShell
cmake build -B build .
|
|
Set-Location -Path "./build"
|
|
make
|
|
ctest
|
|
Set-Location -Path ".."
|