From: Nikos Mavrogiannopoulos Date: Tue, 6 Sep 2016 13:58:59 +0000 (+0200) Subject: .gitlab-ci.yml: keep config.log in windows builds X-Git-Tag: gnutls_3_5_4~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffca84e9859a000a6a85f951cef0960f0aa146e9;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: keep config.log in windows builds --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b840a85fa0..aa6290f136 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,7 +210,7 @@ Build and Check for windows64 in separate build dir: expire_in: 1 week when: on_failure paths: - - guile/tests/*.log + - build/*.log - build/tests/*.log - build/tests/*/*.log @@ -233,7 +233,7 @@ Build and Check for windows32 in separate build dir: expire_in: 1 week when: on_failure paths: - - guile/tests/*.log + - build/*.log - build/tests/*.log - build/tests/*/*.log