This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,12 @@ script: | |
- docker exec -ti builder pdflatex -interaction=nonstopmode -halt-on-error -output-directory build example.tex | ||
- docker exec -ti builder pdflatex -interaction=nonstopmode -halt-on-error -output-directory build example.tex | ||
- docker exec -ti builder qpdf build/example.pdf --pages build/example.pdf 1 -- build/front.pdf | ||
- docker exec -ti builder qpdf build/example.pdf --pages build/example.pdf 3 -- build/center.pdf | ||
- docker exec -ti builder qpdf build/example.pdf --pages build/example.pdf 9 -- build/center.pdf | ||
- docker exec -ti builder convert build/front.pdf build/front.png | ||
- docker exec -ti builder convert build/center.pdf build/center.png | ||
|
||
before_deploy: | ||
- docker cp builder:/home/tmp/build/ ./build | ||
- docker cp builder:/home/tmp/example-0.png ./build || true | ||
- docker cp builder:/home/tmp/example-1.png ./build || true | ||
- ls build/ | ||
- git config --local user.name "Patrick Holthaus" | ||
- git config --local user.email "[email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters