About 3 results
https://coreyja.com/posts/self-hosting-drone-ci/ · 1 Jun 2019
This is Part 1 of a multiple part series diving into using Drone as a CI platform! Here is a rough o
https://rants.broonix.ca/adding-coverage-reports · 14 Oct 2017
In my last post, we covered creating a CI pipeline using TravisCI and GitHub Pages. Now let’s add coverage reports to the build setup. Setting up Coveralls.io We will use coveralls.io to provide the reporting. They provide this for free to any public Git...
https://rants.broonix.ca/building-and-deploying-a-react-create-app-to-github-pages-using-travisci · 13 Oct 2017
It is surprisingly simple to deploy a public react-create-app built project on GitHub. In this post, we will look at how to set up a continuous integration pipeline using TravisCI and GitHub Pages. Setting up Continuous Integration Builds Continuous integr...