File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
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\|numpy\'
24+ pdal --drivers| grep python
25+ pdal --drivers| grep numpy
2526 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\|numpy\'
50+ pdal --drivers| grep python
51+ pdal --drivers| grep numpy
5152 displayName: 'Test'
5253
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)\Common Files\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat" x86_amd64
30+ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
31+ echo %PATH%
32+ set CC=cl.exe
33+ set CXX=cl.exe
3134 pip install -e .
3235 displayName: 'Build'
3336 - script : |
You can’t perform that action at this time.
0 commit comments