An overview of how Microsoft Visual Studio App Center can help you automate continuous integration and continuous deployment to save you time.
Tag: ci
How to release higher quality software and save precious time by implementing Continuous Integration and Jenkins CI server in a development workflow.
Younes sets up a CI pipeline on SemaphoreCI and makes sure it invokes Deployer or Laravel Envoy to deploy the app after a successful commit / test.
Nitpick CI is a service with a singular purpose - making sure your Github PRs respect the PSR-2 code standard. In this post, we'll put it to the test
Scrutinizer is an online service for checking the quality of your PHP, Python or Ruby code. Bruno Skvorc shows you how to set it up and navigate the options
PhpMetrics is a code quality analysis tool that shows you info about your project in a beautifully mathematical way, with intricate graphs and charts!
Peter Nijssen guides you through installing and securing Jenkins, preparing ground for implementing it with a PHP project in part 2. Code quality FTW!
Peter Nijssen reviews PHP-CI, a new Continuous Integration tool focusing on PHP projects exclusively. See how it stacks up against the rest!
Michael Calkins introduces Travis CI, a service for Continuous Integration, and explains how one can get it up and running with a PHP project