-
Notifications
You must be signed in to change notification settings - Fork 4
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
Set up CI/CD #116
Comments
I love CircleCI. Straight-forward config:
https://github.com/latextemplates/scientific-thesis-template/blob/master/.circleci/config.yml
It should be possible to use multiple docker images...
Am Di., 13. Nov. 2018, 19:41 hat Raphael R. <[email protected]>
geschrieben:
… Set up automated testing and deployment:
1. Run tests against
- Ruby versions 2.3, 2.4, 2.5;
- GNU/Linux and TeXlive;
- macOS and MacTeX (?);
- Windows and MiKTeX/proTeXt (?).
1. Build and deploy docs (if applicable).
2. Build and deploy gem (if commit tagged).
Start off with Linux+TeXlive; add other platforms later if feasible.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#116>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABTafrxqL9bwuLxxhuK5MBqFezNkKrP2ks5uuxJggaJpZM4YcRVX>
.
|
I've used CicleCI before for texlogparser, but they seem to have limited support for macOS builds, and none for Windows. I've also used Travis, but couldn't get gem deployment to work earlier this year. I'll see what the situation is when I get to this. |
@reitzig Not sure if there should be another CI issue for i) deploy docs and ii) deploy gem. |
If there was a gem, sure ... 🙊 This project is so far from best practice, it's hard to even start cleaning it up. 😅 |
Set up automated testing and deployment:
Start off with Linux+TeXlive; add other platforms later if feasible.
The text was updated successfully, but these errors were encountered: