Distribute archive in xz instead of bz2
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/151
This commit is contained in:
parent
faa11fb642
commit
d28681af2a
|
@ -27,7 +27,7 @@ shared-build:
|
||||||
name: fontconfig-$CI_COMMIT_SHA-$CI_JOB_ID
|
name: fontconfig-$CI_COMMIT_SHA-$CI_JOB_ID
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- build-*/fontconfig-*.tar.bz2
|
- build-*/fontconfig-*.tar.*
|
||||||
- build-*/fontconfig*/_build/sub/*.log
|
- build-*/fontconfig*/_build/sub/*.log
|
||||||
- build-*/fontconfig*/_build/sub/test/*.log
|
- build-*/fontconfig*/_build/sub/test/*.log
|
||||||
- build-*/fontconfig*/_build/sub/test/*.trs
|
- build-*/fontconfig*/_build/sub/test/*.trs
|
||||||
|
|
|
@ -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 Yes, it is a pain to synchronize version numbers. Unfortunately, it's
|
||||||
dnl not possible to extract the version number here from fontconfig.h
|
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])
|
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])])
|
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
dnl ==========================================================================
|
dnl ==========================================================================
|
||||||
|
|
Loading…
Reference in New Issue