Get base dependencies only if we are not building a flatpak.

This commit is contained in:
Matthieu Gautier 2018-11-27 16:02:49 +01:00
parent ce540ca280
commit f41a0dccdb
1 changed files with 34 additions and 33 deletions

View File

@ -249,6 +249,7 @@ for p in (NIGHTLY_KIWIX_ARCHIVES_DIR,
make_release = re.fullmatch(r"[0-9]+\.[0-9]+\.[0-9]+", environ.get('TRAVIS_TAG', '')) is not None
if PLATFORM != 'flatpak':
# The first thing we need to do is to (potentially) download already compiled base dependencies.
base_dep_archive_name = "base_deps_{os}_{platform}_{version}.tar.gz".format(
os=TRAVIS_OS_NAME,