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 bd4bc51 commit 86d23bcCopy full SHA for 86d23bc
scripts/azp/win.yml
@@ -33,14 +33,11 @@ jobs:
33
pip install -e .
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
+ set PDAL_DRIVER_PATH=%SKPATH%\cmake-build
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
+ %SKPATH%\cmake-build\pdal_filters_python_test.exe
+ %SKPATH%\cmake-build\pdal_io_numpy_test.exe
44
pdal --version
45
pdal --drivers
46
failOnStderr: true
0 commit comments