summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-09-21 10:08:26 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-09-22 09:12:08 +0200
commit4db572dd21805c99f0642d1e16944359a77a943e (patch)
treeffeeedd95c876b765952820e192fcdebde8da45d /.travis.yml
parent8faf075fd71553ac6d74a869b42c7f3afc0331a2 (diff)
downloadbison-4db572dd21805c99f0642d1e16944359a77a943e.tar.gz
CI: show git status
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f0011c8..be396eaf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,8 @@ git:
# (https://docs.travis-ci.com/user/conditional-builds-stages-jobs/).
jobs:
include:
- - stage: "compile"
+ - stage: compile
+ name: "Make dist"
git:
clone: true
dist: bionic
@@ -55,6 +56,8 @@ jobs:
- ./configure --enable-gcc-warnings || { cat config.log && false; }
- make -j2
- make -j2 dist
+ # Can help understanding why we get "dirty" tarballs.
+ - git status
- dist=$(echo bison*.xz)
# Unfortunately we cannot deterministically know the name of the tarball without the full