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

Set up CI #13

Open
vielmetti opened this issue Jun 12, 2018 · 6 comments
Open

Set up CI #13

vielmetti opened this issue Jun 12, 2018 · 6 comments
Assignees

Comments

@vielmetti
Copy link
Collaborator

Use a CI system - or several CI systems, if it comes to that - to do very basic acceptance criteria for new commits and to generate artifacts like PDF files ( #10 ) in an automated, repeatable fashion.

@vielmetti
Copy link
Collaborator Author

One example Markdown-to-HTML and Markdown-to-PDF pipeline is from the resume of Damir Dulic, at https://github.com/ddulic/resume ; it uses Travis CI.

@vielmetti
Copy link
Collaborator Author

A second example Markdown-to-PDF workflow using Pandoc is at https://gitlab.com/oddcoder/GP_Template - because it's on Gitlab it offers integrated CI, which has proven handy. I'm temporarily working in a fork at https://gitlab.com/vielmetti/GP_Template .

@vielmetti
Copy link
Collaborator Author

https://www.npmjs.com/package/markdown-pdf looks like the most promising tooling of the moment, and I'll plan to set up Drone Cloud for CI.

@vielmetti
Copy link
Collaborator Author

OK, working on this in a fork of the project.

@vielmetti
Copy link
Collaborator Author

What ended up working was Pandoc https://pandoc.org/ and Drone Cloud https://cloud.drone.io/

vielmetti added a commit that referenced this issue Feb 13, 2020
#13 sets up CI so that we can automatically produce PDF files from the original files.
@vielmetti
Copy link
Collaborator Author

Drone config has been merged. Still TBD is turning on Drone Cloud in the Drone UI.

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

No branches or pull requests

2 participants