Skip to content

Commit 11b5980

Browse files
committed
win64 churns
1 parent 3fa7102 commit 11b5980

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,16 +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 ninja pdal pytest conda-build -y
25+
call conda install --yes --quiet --name pdal -c conda-forge scikit-build numpy python ninja pdal pytest conda-build -y
2626
displayName: Install PDAL
2727
- script: |
2828
ECHO ON
2929
call activate pdal
30-
ninja -h
31-
# set VCTargetsPath=C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\V140\\
32-
# pip install -e . --install-option="--skip-generator-test --generator=Ninja"
30+
set CC=cl.exe
31+
set CXX=cl.exe
3332
pip install -e .
34-
# --install-option="-DPdal_DIR=%CONDA_PREFIX%\Library\lib\cmake\PDAL"
3533
displayName: 'Build'
3634
- script: |
3735
call activate pdal

0 commit comments

Comments
 (0)