File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,10 @@ PDAL_PYTHON_ADD_TEST(pdal_io_numpy_test
145145 FILES
146146 ./test /NumpyReaderTest.cpp
147147 ./test /Support.cpp
148+ ./plang/Invocation.cpp
149+ ./plang/Environment .cpp
150+ ./plang/Redirector.cpp
151+ ./plang/Script.cpp
148152 LINK_WITH
149153 ${numpy_reader}
150154 ${Python3_LIBRARIES}
@@ -160,8 +164,10 @@ PDAL_PYTHON_ADD_TEST(pdal_filters_python_test
160164 FILES
161165 ./test /PythonFilterTest.cpp
162166 ./test /Support.cpp
163- ./plang/Invocation.cpp
167+ ./plang/Invocation.cpp
164168 ./plang/Environment .cpp
169+ ./plang/Redirector.cpp
170+ ./plang/Script.cpp
165171 LINK_WITH
166172 ${python_filter}
167173 ${Python3_LIBRARIES}
Original file line number Diff line number Diff line change @@ -40,17 +40,18 @@ jobs:
4040 displayName: Configure OSX SDK
4141 - script : |
4242 source activate pdal
43- pip install -e .
44- displayName: 'Build '
43+ pip install .
44+ displayName: 'System install '
4545 - script : |
4646 source activate pdal
4747 which pytest
4848 pytest
49+ pip install -e .
4950 SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
5051 export PDAL_DRIVER_PATH=$SKPATH
5152 $SKPATH/pdal_filters_python_test
5253 $SKPATH/pdal_io_numpy_test
5354 pdal --version
5455 pdal --drivers
55- displayName: 'Test '
56+ displayName: 'Local test '
5657
You can’t perform that action at this time.
0 commit comments