File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -174,14 +174,11 @@ build-x64-linux-debug-alpine:
174174.job_template : &test-linux
175175 stage : test
176176 script :
177- - make test
177+ - make coverage_pdal_c
178178 - ls -l
179179 cache :
180180 key : " $CI_JOB_NAME"
181181 policy : pull
182- artifacts :
183- paths :
184- - build/$CI_JOB_NAME
185182
186183test-x64-linux-release-alpine :
187184 << : *test-linux
@@ -194,6 +191,9 @@ test-x64-linux-release-alpine:
194191 - build-x64-linux-release-alpine
195192 before_script :
196193 - cd build/build-x64-linux-release-alpine
194+ artifacts :
195+ paths :
196+ - build/build-x64-linux-release-alpine
197197
198198test-x64-linux-debug-alpine :
199199 << : *test-linux
@@ -206,5 +206,7 @@ test-x64-linux-debug-alpine:
206206 - build-x64-linux-debug-alpine
207207 before_script :
208208 - cd build/build-x64-linux-debug-alpine
209-
209+ artifacts :
210+ paths :
211+ - build/build-x64-linux-debug-alpine
210212
You can’t perform that action at this time.
0 commit comments