File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ jobs:
2222 ECHO ON
2323 call activate pdal
2424 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
25+ call conda install --yes --quiet --name pdal -c conda-forge scikit-build compilers ninja pdal pytest conda-build -y
2626 displayName: Install PDAL
2727 - script : |
2828 ECHO ON
2929 call activate pdal
30- set VCTargetsPath="C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\"
30+ ninja -h
31+ msbuild /verbosity:diag
32+ set VCTargetsPath="C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\""
3133 #pip install -e . --install-option="--skip-generator-test --generator=Ninja"
3234 pip install -e .
3335 # --install-option="-DPdal_DIR=%CONDA_PREFIX%\Library\lib\cmake\PDAL"
You can’t perform that action at this time.
0 commit comments