summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-05-08 17:34:07 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-05-10 08:03:49 +0200
commit6525abdc839c1d9c0ac145b30c2143e2c35207a1 (patch)
treea008f513e80d9608cd48430e8c42718c670ddeba /.travis.yml
parent2b63c54f5a14bb558ca1ef458a489f6e74b837b0 (diff)
downloadbison-6525abdc839c1d9c0ac145b30c2143e2c35207a1.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e413f22..162b9487 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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)