From 97c4169f23c51176f14211f158f000ade3c65e28 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 21 Sep 2019 10:08:26 +0200 Subject: [PATCH] CI: show git status --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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