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 9e93bc2 commit bdeb7f0Copy full SHA for bdeb7f0
scripts/azp/win.yml
@@ -3,7 +3,7 @@ jobs:
3
- job: win
4
5
pool:
6
- vmImage: vs2017-win2016
+ vmImage: windows-2019
7
timeoutInMinutes: 360
8
steps:
9
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
@@ -28,8 +28,8 @@ jobs:
28
ECHO ON
29
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"
+ # set VCTargetsPath=C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\V140\\
+ # pip install -e . --install-option="--skip-generator-test --generator=Ninja"
33
pip install -e .
34
# --install-option="-DPdal_DIR=%CONDA_PREFIX%\Library\lib\cmake\PDAL"
35
displayName: 'Build'
0 commit comments