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 8ae4234 commit 78c94c4Copy full SHA for 78c94c4
scripts/azp/win.yml
@@ -34,8 +34,9 @@ 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
- %SKPATH%\cmake-build\Release\pdal_filters_python_test
38
- %SKPATH%\cmake-build\Release\pdal_io_numpy_test
+ dir %SKPATH%\cmake-build\Release
+ %SKPATH%\cmake-build\Release\pdal_filters_python_test.exe
39
+ %SKPATH%\cmake-build\Release\pdal_io_numpy_test.exe
40
pdal --version
41
pdal --drivers
42
failOnStderr: true
0 commit comments