Skip to content

Commit 57c941a

Browse files
committed
try setting VCTargetsPath
1 parent 18ece27 commit 57c941a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

scripts/azp/linux.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
source activate pdal
1717
echo $CONDA_PREFIX
1818
echo $CONDA_DEFAULT_ENV
19-
pip install -e .
20-
displayName: 'Build'
19+
pip install .
20+
pdal --drivers
21+
displayName: 'System install'
2122
- script: |
2223
source activate pdal
24+
pip install -e .
2325
py.test
24-
pdal --drivers
25-
displayName: 'Test'
26+
displayName: 'Local test'

scripts/azp/win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
call activate pdal
3030
echo %VSINSTALLDIR%
3131
echo %PATH%
32+
set VCTargetsPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160"
3233
pip install -e .
3334
displayName: 'Build'
3435
- script: |

0 commit comments

Comments
 (0)