summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ba05f566..02c7f6155 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -345,6 +345,20 @@ docs:
overnight-tests:
<<: *overnight-tests-template
script:
+ - |
+ cat > ~/.config/buildstream.conf << EOF
+ # Get a lot of output in case of errors
+ logging:
+ error-lines: 80
+ #
+ # Artifacts
+ #
+ artifacts:
+ - url: https://cache-test.buildstream.build:11002
+ client-cert: $OVERNIGHT_CACHE_PUSH_CERT
+ client-key: $OVERNIGHT_CACHE_PUSH_KEY
+ push: true
+ EOF
- make -C freedesktop-sdk
tags:
- overnight-tests