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 bdee4a8 commit 88c4297Copy full SHA for 88c4297
scripts/azp/win.yml
@@ -22,12 +22,12 @@ jobs:
22
ECHO ON
23
call activate pdal
24
call conda config --set always_yes True --set show_channel_urls True
25
- call conda install --yes --quiet --name pdal -c conda-forge scikit-build compilers ninja pdal pytest -y
+ call conda install --yes --quiet --name pdal -c conda-forge scikit-build compilers ninja pdal pytest cmake -y
26
displayName: Install PDAL
27
- script: |
28
29
30
- pip install -e . --install-option="-DCMAKE_GENERATOR=Ninja"
+ pip install -e . --install-option="--skip-generator-test --generator=Ninja"
31
# --install-option="-DPdal_DIR=%CONDA_PREFIX%\Library\lib\cmake\PDAL"
32
displayName: 'Build'
33
0 commit comments