build: also provide lzip compressed tarballs

Suggested by Matias Fonzo <selk@dragora.org>.

* cfg.mk: Post announcements to bison-announce.
* configure.ac: Build lzip packages.
* .travis.yml: Build only xz, we don't care about the other formats
here.
This commit is contained in:
Akim Demaille
2020-05-08 17:34:07 +02:00
parent 2b63c54f5a
commit 6525abdc83
3 changed files with 4 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- ./bootstrap
- ./configure --enable-gcc-warnings || { cat config.log && false; }
- make -j2
- make -j2 dist
- make -j2 dist-xz
# Can help understanding why we get "dirty" tarballs.
- git status
- dist=$(echo bison*.xz)