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 18ece27 commit 57c941aCopy full SHA for 57c941a
scripts/azp/linux.yml
@@ -16,10 +16,11 @@ jobs:
16
source activate pdal
17
echo $CONDA_PREFIX
18
echo $CONDA_DEFAULT_ENV
19
- pip install -e .
20
- displayName: 'Build'
+ pip install .
+ pdal --drivers
21
+ displayName: 'System install'
22
- script: |
23
24
+ pip install -e .
25
py.test
- pdal --drivers
- displayName: 'Test'
26
+ displayName: 'Local test'
scripts/azp/win.yml
@@ -29,6 +29,7 @@ jobs:
29
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 .
34
displayName: 'Build'
35
0 commit comments