show git status on build

This commit is contained in:
Maximilian Keßler 2021-10-08 07:40:26 +02:00
parent b96488a12e
commit b8a1c1b0a9

View File

@ -15,6 +15,7 @@ install:
- pip install GitPython
script:
- git status
- GIT_BRANCH=$(python3 -c "import git; print(git.Repo().active_branch.name)")
- python3 -c 'from build import build; build("build/LatexPackages/")'
- cd build