-
Notifications
You must be signed in to change notification settings - Fork 23
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
running on travis #8
Comments
I haven't tried it, but sounds like some issue with latexmk there. Try running with |
I have created a pull request #9 that is not supposed to be merged but to demonstrate the problem. It would great if we could integrate your arxiv-collector to our open-science template https://github.com/ag-gipp/OpenScienceTemplate |
It seems it was caused by a synctex message that doesn't end in a newline for some reason, so (depending on the local compilation state) the And you're of course welcome to use it in open-science template; let me know if there's anything I should change to make it easier for you, or you run into any other problems. :) |
the same problem remains with the current master branch |
Ohhhh, huh. This is actually a weird different issue. Working on a fix now. |
It's not what I thought at first – it actually seems to be that the most recent versions of latexmk have broken I'll report the bug to the author. In the meantime, maybe I'll bundle a version of latexmk with arxiv-collector or something.... |
The new 0.3.0 throws an error if the latexmk version is known broken, and has a utility to download a working version of latexmk. You can use it in your travis builds like this:
|
Thank you for your fix. However, Travis still refused to compile. https://travis-ci.org/physikerwelt/arxiv-collector/builds/537643156#L2064 Did I miss something in physikerwelt@db89c67 ? Or are there additional dependencies? |
It was a python 2 error, fixed in 0.3.2 (and then another python 2 error, fixed in 0.3.3); try again? You can also remove the plain |
I have the feeling that there are more python 2 errors. At least it still fails on Travis with python 2.7. works on Python 3, though- That's fine with me. |
Turned out to be because I didn't read properly or, for some reason, test, the "fix" in 0.3.3. This version actually works. Thanks again! I should definitely set up CI here to avoid that happening in the future, but I think enough people use python 2 by default still that I should support it while it's relatively easy. |
The program runs great on my local computer. However, when I tried to run it on the CI service Travis, only the main tex file and the bbl file were included. The image file included files and others included tex files were not included. Do you by chance have any experience to run the arxiv-collector from Travis?
The text was updated successfully, but these errors were encountered: