Skip to content

Commit 7d0d373

Browse files
committed
\cmake-build\Release
1 parent bcaef88 commit 7d0d373

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
@@ -19,6 +19,7 @@ jobs:
1919
displayName: Create conda environment
2020
2121
- script: |
22+
failOnStderr: true
2223
ECHO ON
2324
call activate pdal
2425
call conda config --set always_yes True --set show_channel_urls True
@@ -34,8 +35,8 @@ jobs:
3435
pytest
3536
for /f %%i in ('python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())"') do set SKPATH=%%i
3637
set PDAL_DRIVER_PATH=%SKPATH%\cmake-build\Release
37-
%SKPATH%/pdal_filters_python_test
38-
%SKPATH%/pdal_io_numpy_test
38+
.\%SKPATH%\cmake-build\Release\pdal_filters_python_test
39+
.\%SKPATH%\cmake-build\Release\pdal_io_numpy_test
3940
pdal --version
4041
pdal --drivers
4142
displayName: 'Test'

0 commit comments

Comments
 (0)