Add LOGS dir to the dependencies archives.

This will help to debug.
This commit is contained in:
Matthieu Gautier 2019-02-19 14:21:12 +01:00
parent 505961be4c
commit 03c2c26089
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ def make_deps_archive(target, full=False):
TRAVIS_OS_NAME, PLATFORM, target)
print_message("Create archive {}.", archive_name)
files_to_archive = [INSTALL_DIR]
files_to_archive += HOME.glob('BUILD_*/LOGS')
if PLATFORM == 'native_mixed':
files_to_archive += [HOME/'BUILD_native_static'/'INSTALL']
if PLATFORM.startswith('android'):