Appveyor icon

Appveyor

Hosted continuous integration service for projects, builds, artifacts, environments, status badges, and roles.

Made for CI dashboards that list projects and builds, retrieve artifacts and logs, fetch status badges, and inspect environment and role configuration.

Sign in to connect Appveyor

Sign in to connect an account and start using Appveyor in your apps.

Example Use Cases

These are example ways Snow can use Appveyor when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Delete Build

Tool to delete a build by ID. Use when you need to remove a build from AppVeyor. The API returns 204 No Content on successful deletion.

Download Build Log

Tool to download the build log for a specific job. Use when you need to retrieve the log output from a completed or running build job.

Get Build Artifacts

Tool to get the list of artifacts for a specific build job. Use when you need to retrieve artifacts after a job completes.

Get Build By Version

Tool to get a specific project build by version number. Use when you need to retrieve detailed information about a build using its version identifier.

Get Environments

Tool to get a list of all deployment environments. Use when you need to enumerate available environments before creating deployments.

Get Project Branch Status Badge

Tool to get a project branch status badge image. Returns a PNG or SVG badge image showing the build status for a specific project branch.

Get Project Status Badge

Tool to get project status badge image. Use when you need to retrieve the status badge for displaying project build status.

Get Projects

Tool to get a list of all projects for the authenticated account. Use after authentication to enumerate available projects.

Get Public Project Status Badge

Tool to get status badge image for a project with a public repository. Use when you need to retrieve a build status badge for display or documentation purposes.

Get Role

Tool to retrieve details of a specific role. Use when you need to inspect permissions and metadata of a role by ID.