diff options
| author | Michael Soegtrop | 2018-09-13 16:59:15 +0200 |
|---|---|---|
| committer | Michael Soegtrop | 2018-09-21 09:59:44 +0200 |
| commit | 3cbea534fbae9e70b6257e986aa70be5ad526603 (patch) | |
| tree | 8b0d87fc8e7374310534f1b19349e3c3212bb094 /.gitlab-ci.yml | |
| parent | 90ace7786901aa2f1253cf3887bf3e5221c5dae7 (diff) | |
Merge commit 6a8c37c02504463afaa677641d75d9977020edf6 Windows buildfile cleanup and stability and logging enhancements from v8.8
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27d7fbf243..ee4cfcdec7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -175,8 +175,12 @@ after_script: artifacts: name: "%CI_JOB_NAME%" paths: + - coq-buildlogs.zip + - coq-filelists.zip + - coq-flagfiles.zip - dev\nsis\*.exe - coq-opensource-archive-windows-*.zip + when: always expire_in: 1 week dependencies: [] tags: |
