Skip to content

Commit bae95d8

Browse files
committed
Replace make target in GitLab CI Linux tests
1 parent 6557156 commit bae95d8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

186183
test-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

198198
test-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

0 commit comments

Comments
 (0)