File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Build LaTeX document
2+
3+ on : [push,pull_request]
4+
5+ jobs :
6+ build_latex :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : Set up Git repository
10+ uses : actions/checkout@v2
11+ - name : Set up LaTeX packages
12+ run : |
13+ sudo apt-get update
14+ sudo apt-get install texlive texlive-publishers texlive-science latexmk
15+ - name : Compile LaTeX document
16+ run : |
17+ cd Document/LaTeX
18+ make
19+ - name : Check pdf files
20+ run : |
21+ set -e
22+ file Document/LaTeX/ArticleExample.pdf | grep -q ' PDF '
Original file line number Diff line number Diff line change 1+ [](https://github.com/InsightSoftwareConsortium/InsightJournalTemplate/actions/workflows/build-test-latex.yml)
2+
3+ [](https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/actions?query=workflow%3A%22Build%2C+test%2C+publish%22+branch%3Amaster)
14This repository contains a template for submitting
25Technical Reports to the Insight Journal:
36
You can’t perform that action at this time.
0 commit comments