show git status on build
This commit is contained in:
parent
b96488a12e
commit
b8a1c1b0a9
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ install:
|
||||||
- pip install GitPython
|
- pip install GitPython
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- git status
|
||||||
- GIT_BRANCH=$(python3 -c "import git; print(git.Repo().active_branch.name)")
|
- GIT_BRANCH=$(python3 -c "import git; print(git.Repo().active_branch.name)")
|
||||||
- python3 -c 'from build import build; build("build/LatexPackages/")'
|
- python3 -c 'from build import build; build("build/LatexPackages/")'
|
||||||
- cd build
|
- cd build
|
||||||
|
|
Loading…
Reference in a new issue