Skip to content

Commit bdee4a8

Browse files
committed
try forcing ninja as generator for windows
1 parent 57c941a commit bdee4a8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

scripts/azp/win.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ 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 compilers ninja pdal pytest -y
25+
call conda install --yes --quiet --name pdal -c conda-forge scikit-build compilers ninja pdal pytest -y
2626
displayName: Install PDAL
2727
- script: |
2828
ECHO ON
2929
call activate pdal
30-
echo %VSINSTALLDIR%
31-
echo %PATH%
32-
set VCTargetsPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160"
33-
pip install -e .
30+
pip install -e . --install-option="-DCMAKE_GENERATOR=Ninja"
31+
# --install-option="-DPdal_DIR=%CONDA_PREFIX%\Library\lib\cmake\PDAL"
3432
displayName: 'Build'
3533
- script: |
3634
call activate pdal

0 commit comments

Comments
 (0)