Skip to content

Commit a78e6dc

Browse files
committed
Activated copy tracking in CI
1 parent 21a2728 commit a78e6dc

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

.github/workflows/osx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
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}}

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)