Circle CI Server

How to setup

The following repository can be used as an example of Circle CI configuration: build servers check

The process of setting up Circle CI server:

  • In the root folder of your repository
    • Copy circle.yml from build servers check repository.
    • Create repository.rosinstall in case you want to install some packages from source code. This file should be in rosinstall format. You can use repository.rosinstall build servers check as an example.
  • circle.yml contains list of the modules which can be used in the used_modules variable. It can be adjusted to any amount of the modules needed.
  • Login to Circle CI using GitHub account
  • Follow the simple process to add your repository to the projects list
  • To use CodeCov tool you need to put variable CODECOV_TOKEN in Environment variables section of the project settings

More information about circle.yml features can be found here.

Video Tutorial

Circle CI build tools setup