Back to Captura

Continuous Integration

docs/CI.md

8.0.0882 B
Original Source

Continuous Integration

We use Appveyor for CI. When a commit is pushed to the GitHub repository, AppVeyor clones the repo and builds and tests it using the Cake build script. If it is a tag build, the release is deployed to GitHub Releases as a draft and to Chocolatey.

Getting dev builds

Dev builds can be unstable and should be used for testing purposes only.

  1. Go to AppVeyor project page.

  2. Select Build Configuration: Debug or Release.

  3. Open Artifacts tab.

  4. Download the Portable or Setup version according to your need.