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-08 18:29:21 +0200
commitf049a57eece63a54d31e32e672922d0bcf8f95f4 (patch)
tree42b242b05ce5cffe01cd25748ab6e6d05420a792 /.travis.yml
parent0c77d69721a116d84b8bc4c2a2f9a6d538da4aa2 (diff)
downloadbison-f049a57eece63a54d31e32e672922d0bcf8f95f4.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)