Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 882 Bytes

CI.md

File metadata and controls

23 lines (13 loc) · 882 Bytes

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.

    img

  3. Open Artifacts tab.

    img

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

    img