Continuous Integration in asciidoctor-java-integration
Posted by asotobu on Jun 19, 2013; 5:49am
URL: https://discuss.asciidoctor.org/Continuous-Integration-in-asciidoctor-java-integration-tp343.html
Hi,
I have almost finished a Groovy script which is executed in Maven, that installs the latest version pushed on Github in target gem directory. But I have got a question about which folders are really important to copy:
- bin directory is not required in asciidoctor-java-integration context.
- cache is not required
- in gems I copy all content of github project
- specifications is where I have the question, can I maintain the default specifications directory without any modification or can I copy directly the gemspec file (asciidoctor.gemspec) from root directory to specifications directory but renaming the name of file? Maybe that file requires some changes? I have seen that gemspec file of specifications folder is not exactly the same of the one provided in root folder.
Thank you very much.