File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2121 - script : |
2222 source activate pdal
2323 py.test
24- pdal --drivers| grep python
25- pdal --drivers| grep numpy
24+ pdal --drivers
2625 displayName: 'Test'
Original file line number Diff line number Diff line change 4747 which pytest
4848 pytest
4949 pdal --version
50- pdal --drivers| grep python
51- pdal --drivers| grep numpy
50+ pdal --drivers
5251 displayName: 'Test'
5352
Original file line number Diff line number Diff line change 2727 - script : |
2828 ECHO ON
2929 call activate pdal
30- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
30+ echo %VSINSTALLDIR%
3131 echo %PATH%
32- set CC=cl.exe
33- set CXX=cl.exe
3432 pip install -e .
3533 displayName: 'Build'
3634 - script : |
You can’t perform that action at this time.
0 commit comments