Distribute archive in xz instead of bz2

Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/151
This commit is contained in:
Akira TAGOH 2019-04-15 09:03:57 +00:00
parent faa11fb642
commit d28681af2a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ shared-build:
name: fontconfig-$CI_COMMIT_SHA-$CI_JOB_ID
when: always
paths:
- build-*/fontconfig-*.tar.bz2
- build-*/fontconfig-*.tar.*
- build-*/fontconfig*/_build/sub/*.log
- build-*/fontconfig*/_build/sub/test/*.log
- build-*/fontconfig*/_build/sub/test/*.trs

View File

@ -34,7 +34,7 @@ dnl version. This same version number must appear in fontconfig/fontconfig.h
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
dnl not possible to extract the version number here from fontconfig.h
AC_INIT([fontconfig], [2.13.1], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new])
AM_INIT_AUTOMAKE([1.11 parallel-tests dist-bzip2])
AM_INIT_AUTOMAKE([1.11 parallel-tests dist-xz])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
dnl ==========================================================================