diff options
author | Valentin David <valentin.david@codethink.co.uk> | 2019-01-18 12:14:41 +0100 |
---|---|---|
committer | Valentin David <valentin.david@codethink.co.uk> | 2019-01-18 12:14:41 +0100 |
commit | 56ec33cca55a3019d521ccc290c1212ab61f8c5a (patch) | |
tree | c0c2335cfe7a5b6f2f7142af862fb92ee1523ef5 /.gitlab-ci.yml | |
parent | 2cb37a7e8f8ba9e44ad0617fd0081b64755c9de0 (diff) | |
download | buildstream-56ec33cca55a3019d521ccc290c1212ab61f8c5a.tar.gz |
.gitlab-ci.yml: Add overnight tests logs to artifacts.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9f5c3a1b..99814048b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,6 +185,9 @@ docs: - pip3 install --user -e ${BST_EXT_URL}@${BST_EXT_REF}#egg=bst_ext - git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git - git -C freedesktop-sdk checkout ${FD_SDK_REF} + artifacts: + paths: + - "${HOME}/.cache/buildstream/logs" only: - schedules |