mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
CI: show git status
This commit is contained in:
@@ -29,7 +29,8 @@ git:
|
|||||||
# (https://docs.travis-ci.com/user/conditional-builds-stages-jobs/).
|
# (https://docs.travis-ci.com/user/conditional-builds-stages-jobs/).
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: "compile"
|
- stage: compile
|
||||||
|
name: "Make dist"
|
||||||
git:
|
git:
|
||||||
clone: true
|
clone: true
|
||||||
dist: bionic
|
dist: bionic
|
||||||
@@ -55,6 +56,8 @@ jobs:
|
|||||||
- ./configure --enable-gcc-warnings || { cat config.log && false; }
|
- ./configure --enable-gcc-warnings || { cat config.log && false; }
|
||||||
- make -j2
|
- make -j2
|
||||||
- make -j2 dist
|
- make -j2 dist
|
||||||
|
# Can help understanding why we get "dirty" tarballs.
|
||||||
|
- git status
|
||||||
- dist=$(echo bison*.xz)
|
- dist=$(echo bison*.xz)
|
||||||
|
|
||||||
# Unfortunately we cannot deterministically know the name of the tarball without the full
|
# Unfortunately we cannot deterministically know the name of the tarball without the full
|
||||||
|
|||||||
Reference in New Issue
Block a user