Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually install texlive for travis-ci in order to support infographics build using the latext texlive environment #3

Closed
jankapunkt opened this issue Jul 21, 2017 · 3 comments

Comments

@jankapunkt
Copy link
Owner

Branch:
ci_setup

Log:
https://travis-ci.org/jankapunkt/latexcv/builds/256038205

Description:
On a local linux machine, the infographics test script exits with 0 and completes the tests. However, using travis completes all tests but the infographics test. It fails because travis (even on zeisty dist) still uses font spec to build font awesome, which requires either xetex or luatex. But this project should use only pdfLatex/pdfTex to build the files.

What needs to be done:
Get the travis config right, so that the infographics cv is built by using pdfLatex and not font spec. May be an issue with the packages loaded before the test - either there is something missing or a deprecated package is used.

@jankapunkt
Copy link
Owner Author

seems to be a missing package: texlive-fonts-extra, will check on that

@jankapunkt jankapunkt changed the title Travis-CI still thinks that font awesome requires font spec and xetex/luatex on Infographics-CV build Manually install texlive for travis-ci in order to support infographics build using the latext texlive environment Feb 22, 2018
@jankapunkt
Copy link
Owner Author

Found the problem. The travis environment is still not supporting Ubuntu 16.02 but the latest texlive-fonts-extra is required. This can only be installed manually.

@jankapunkt jankapunkt removed the bug label Feb 22, 2018
@jankapunkt
Copy link
Owner Author

Fixed by commit 882137b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant