set -e for compilation script
All checks were successful
Build LaTeX packages / build (push) Successful in 1m50s
All checks were successful
Build LaTeX packages / build (push) Successful in 1m50s
This commit is contained in:
parent
34f0a41699
commit
72cc9d78b0
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#! /bin/bash
|
||||
# Compiles all documentation files in repository
|
||||
|
||||
set -e
|
||||
|
||||
BUILD_COMMAND="latexmk -output-directory=$(pwd)/.compile $1"
|
||||
|
||||
find doc -type f -name "*.tex" -execdir sh -c "$BUILD_COMMAND" -- {} \;
|
||||
|
|
Loading…
Reference in a new issue