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 78c94c4 commit bd4bc51Copy full SHA for bd4bc51
scripts/azp/win.yml
@@ -34,6 +34,10 @@ jobs:
34
pytest
35
for /f %%i in ('python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())"') do set SKPATH=%%i
36
set PDAL_DRIVER_PATH=%SKPATH%\cmake-build\Release
37
+ echo %cd%
38
+ dir
39
+ dir %SKPATH%
40
+ dir %SKPATH%\cmake-build
41
dir %SKPATH%\cmake-build\Release
42
%SKPATH%\cmake-build\Release\pdal_filters_python_test.exe
43
%SKPATH%\cmake-build\Release\pdal_io_numpy_test.exe
0 commit comments