-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tectonic #44
Conversation
since CI does not have latex available. This can be made 'smarter' to still use TeX if not in CI.
Does the check fail on the matplotlib plot? I say, let's kill that one and only show Artist. |
Thanks for putting in the time, @153957 ! |
Seems to be working now, it is downloading all the tex requirements. I hope that tectonic actually caches the file where I expect (i.e. |
If you also want automated builds/deploys of the generated docs/demo to gh-pages we will need an artist-bot github account with rights to push to artist (not master branch). You can use your own github token for Travis, but that is less secure, since it gets equal access (push) as you. |
Did you set it up as such for HiSPARC repositories? Maybe too much work for now. |
Caching would be nice! But we don't actually do anything with that location, right? You just list the contents for checking? |
Correct, I did not cache it yet, because locally I was not able to find the cached files there, so I wanted to make certain it was the correct location on Travis. Which it appears to be. |
Ah, nice! |
Indeed I did, the @hisparc-bot has access to specific repos, and not to the master branch in those repos. |
See #30. Building the demo on Travis using tectonic.
Not necessarily the best way to go, this is more a proof of concept.