Skip to content

Commit

Permalink
Run make acronyms in Travis
Browse files Browse the repository at this point in the history
As of DM-13140, the lsst-texmf Docker image contains the dependencies
necessary to run acronyms.csh.

I think that make acronyms needs to be run explicitly since it isn't
being triggered by `make all` (and since an acronyms.tex is checked into
the repo, not forcing local writers to run acronyms.csh is likely more
portable).
  • Loading branch information
jonathansick committed Jan 3, 2018
1 parent 1b2a1d7 commit 52b00bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ script:
# Prepare document dependencies in Travis (Python 3.5) environment
- "make wbslist.tex"
- "make ProductTree.tex"
# Ensure acronyms are built
- "docker run --rm -v `pwd`:/workspace -w /workspace lsstsqre/lsst-texmf:latest sh -c 'make acronyms'"
# Compile LaTeX using containerized lsst-texmf.
# Make targets that rely on Python should be no-ops at this point.
- "docker run --rm -v `pwd`:/workspace -w /workspace lsstsqre/lsst-texmf:latest sh -c 'make all'"
Expand Down

0 comments on commit 52b00bc

Please sign in to comment.