We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd59a13 commit 2202ef1Copy full SHA for 2202ef1
.ci/scripts/test_model.ps1
@@ -16,7 +16,7 @@ if (Test-Path -Path $buildDir) {
16
Remove-Item -Path $buildDir -Recurse -Force
17
}
18
New-Item -Path $buildDir -ItemType Directory
19
-Push-Directory $buildDir
+Push-Location $buildDir
20
cmake .. --preset windows
21
cmake --build . -t executor_runner -j16 --config Release
22
if ($LASTEXITCODE -ne 0) {
0 commit comments