Skip to content

Commit 6557156

Browse files
committed
Add Linux test artifacts to GitLab CI
1 parent ef6e7ba commit 6557156

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,13 @@ build-x64-linux-debug-alpine:
175175
stage: test
176176
script:
177177
- make test
178+
- ls -l
178179
cache:
179180
key: "$CI_JOB_NAME"
180181
policy: pull
182+
artifacts:
183+
paths:
184+
- build/$CI_JOB_NAME
181185

182186
test-x64-linux-release-alpine:
183187
<<: *test-linux

0 commit comments

Comments
 (0)