File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ jobs:
143143 -DCMAKE_CXX_STANDARD=${{matrix.cpp_standard}} \
144144 -DUSE_DATE_POLYFILL=${{matrix.date-polyfill}} \
145145 -DBUILD_TESTS=ON \
146+ -DTRACK_COPIES=ON \
146147 -DENABLE_INTEGRATION_TEST=${{matrix.shared}} \
147148 -DBUILD_EXAMPLES=ON \
148149 -DCREATE_JSON_READER_TARGET=ON \
Original file line number Diff line number Diff line change 6868 -DCMAKE_BUILD_TYPE:STRING=${{matrix.config.name}} \
6969 -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
7070 -DBUILD_TESTS=ON \
71+ -DTRACK_COPIES=ON \
7172 -DENABLE_INTEGRATION_TEST=ON \
7273 -DBUILD_EXAMPLES=ON \
7374 -DCMAKE_C_COMPILER_LAUNCHER=ccache \
@@ -112,4 +113,4 @@ jobs:
112113
113114 - name : Install
114115 working-directory : build
115- run : cmake --install . --config ${{matrix.config.name}}
116+ run : cmake --install . --config ${{matrix.config.name}}
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ jobs:
134134 -DCMAKE_PREFIX_PATH=$SPARROW_DEPS_PREFIX \
135135 -DCMAKE_INSTALL_PREFIX=$SPARROW_INSTALL_PREFIX \
136136 -DBUILD_TESTS=ON \
137+ -DTRACK_COPIES=ON \
137138 -DENABLE_INTEGRATION_TEST=${{matrix.toolchain.shared}} \
138139 -DBUILD_EXAMPLES=ON \
139140 -DCREATE_JSON_READER_TARGET=ON \
You can’t perform that action at this time.
0 commit comments