<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr">On Wed, Nov 7, 2018 at 8:47 AM Bernardo Santos <<a href="mailto:bernardo_brandaum@yahoo.com.br" target="_blank">bernardo_brandaum@yahoo.com.br</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-5893228047312176768m_-7961632585907489356ydp4c2f84c5yahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px"><div></div><br><div>thanks for that, it'll be very useful. I think a similar approach can be used to build repositories for addons within GitHub, right?</div></div></div></blockquote><div><br></div><div>Yes, when you involve Travis CI.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-5893228047312176768m_-7961632585907489356ydp4c2f84c5yahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px"><div>Do you see clear advantages of using GitLab instead of GitHub for this purposes? </div></div></div></blockquote><div><br></div><div>One other reason besides the private repos mentioned by KenM, the CI is much better integrated then GitHub and Travis CI, so for example, you don't have to pass any tokens to connect them bidirectionally in order to publish web pages build by CI. The built web pages on GitLab don't need to be part of the repository which may have some drawbacks but it is mostly an advantage I would say. This is all kind of related to the GitLab approach to the project - it is a primary a project and Git repo is just part of it (GitHub interface is built around a repo).<br></div><div><br></div><div>Another thing is that you can download all the data and upload it to your own GitLab instance if you don't want to use <a href="http://gitlab.com">gitlab.com</a> anymore (at least that's what they claim). This relates to the fact that (most of) GitLab itself is actually open source (!).</div><div><br></div><div>I'm not sure if it is an advantage for real work, but I personally enjoyed working with the GitLab WebIDE and I created the whole example just using that although at this point is misses spell check and you need to commit in order to run the code.</div><div><br></div><div>One disadvantage of GitLab is that the CI is Linux only while GitHub has macOS and recently they added Windows too.</div><div><br></div><div>Best,</div><div>Vaclav<br></div></div></div>