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 7a00739 commit bcaef88Copy full SHA for bcaef88
scripts/azp/win.yml
@@ -31,12 +31,9 @@ jobs:
31
set CC=cl.exe
32
set CXX=cl.exe
33
pip install -e .
34
- displayName: 'Build'
35
- - script: |
36
- call activate pdal
37
- py.test
+ pytest
38
for /f %%i in ('python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())"') do set SKPATH=%%i
39
- set PDAL_DRIVER_PATH=%SKPATH%/cmake-build
+ set PDAL_DRIVER_PATH=%SKPATH%\cmake-build\Release
40
%SKPATH%/pdal_filters_python_test
41
%SKPATH%/pdal_io_numpy_test
42
pdal --version
0 commit comments