Skip to content

Commit 78c94c4

Browse files
committed
print output directory
1 parent 8ae4234 commit 78c94c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/azp/win.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
pytest
3535
for /f %%i in ('python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())"') do set SKPATH=%%i
3636
set PDAL_DRIVER_PATH=%SKPATH%\cmake-build\Release
37-
%SKPATH%\cmake-build\Release\pdal_filters_python_test
38-
%SKPATH%\cmake-build\Release\pdal_io_numpy_test
37+
dir %SKPATH%\cmake-build\Release
38+
%SKPATH%\cmake-build\Release\pdal_filters_python_test.exe
39+
%SKPATH%\cmake-build\Release\pdal_io_numpy_test.exe
3940
pdal --version
4041
pdal --drivers
4142
failOnStderr: true

0 commit comments

Comments
 (0)