About Company

AppVeyor is a distributed, hosted continuous integration solution that makes it easy to build and test applications on GitHub and other source code hosting services (such as GitLab and Bitbucket). AppVeyor can be set up through a Web UI or by adding a YAML format text file named appveyor.yml to the root directory of the code repository. It is integrated with Azure DevOps and allows Windows developers to conduct continuous testing and deploy programs to cloud or on-premise settings. AppVeyor CI can update your GitHub pull requests' build status, publish build artifacts to project release, and deploy successful builds.

Pricing of AppVeyor

Open-source

USD 0

USD 0

  • Unlimited public projects
  • 1 concurrent job
  • 5 self-hosted jobs
  • Community support
  • $50 per month for additional concurrent job
  • $10 per month for additional self-hosted job
  • Unlimited public projects
  • 1 concurrent job
  • 5 self-hosted jobs
  • Community support
  • $50 per month for additional concurrent job
  • $10 per month for additional self-hosted job

Basic

USD 29

/Month

USD 29

/Month

  • 1 private project
  • 1 concurrent job
  • 5 self-hosted jobs
  • Priority technical support
  • 1 private project
  • 1 concurrent job
  • 5 self-hosted jobs
  • Priority technical support

Pro

USD 59

/Month

USD 49.16

/Month

  • Unlimited private projects
  • 1 concurrent job
  • 5 self-hosted jobs
  • Priority technical support
  • Unlimited private projects
  • 1 concurrent job
  • 5 self-hosted jobs
  • Priority technical support

Premium

USD 99

/Month

USD 82.5

/Month

  • Unlimited private projects
  • 2 concurrent jobs
  • 5 self-hosted jobs
  • Priority technical support
  • Unlimited private projects
  • 2 concurrent jobs
  • 5 self-hosted jobs
  • Priority technical support

Team Edition (Self-hosted)

USD 0

USD 0

  • Unlimited users
  • Unlimited projects
  • jobs & agents
  • 1 team
  • Username/password authority
  • Community support
  • Unlimited users
  • Unlimited projects
  • jobs & agents
  • 1 team
  • Username/password authority
  • Community support

Enterprise Edition (Self-hosted)

USD 2

/Year

USD 2

/Year

  • Unlimited users
  • Unlimited projects
  • jobs & agents
  • Unlimited teams
  • GitHub SSO
  • GitLab SSO
  • Bitbucket SSO
  • Slack support
  • Unlimited users
  • Unlimited projects
  • jobs & agents
  • Unlimited teams
  • GitHub SSO
  • GitLab SSO
  • Bitbucket SSO
  • Slack support

Key Features of AppVeyor

  • Reporting and Visualization
  • VCS Integrations
  • Scheduled Deployment
  • Automated Deployment
  • Automated Integration
  • Multi Programming Languages
  • Auto Scaling
  • Plugin Support

Specification

Deployment:

Cloud Hosted

Customer Support:

Online (Ticket)

Customization:

No

Languages Support:

English

Who uses AppVeyor

SMEs
SMEs
Enterprises
Enterprises

Company Details

  • Company Name: AppVeyor
  • Headquarter: Vancouver, British Columbia Canada
  • Website: Visit Website
  • Social Media:

Description

AppVeyor Video

Alternative

Buildkite

By Buildkite

TruStacks

By TruStacks

Knapsack Pro

By Knapsack Pro

AppVeyor Screenshots

User Reviews Review Write a Review

quote
"AppVeyor is the easiest continuous integration tool to set up"

What do you like best?

Unlike other C.I tools that are built in a linux environment, appveyor is built in a windows environment which allows you to test application performance in windows. Appveyor has a very clear documentation which allows you to easily set up your appveyor.yml file of copy a pre-configured file

What do you dislike?

Unlike Travis.yaml file, the appveyor.yml file requires a lot more commands to configure your project of C.I

What problems are you solving with the product? What benefits have you realized?

Appveryor automates tests and gives notifications in case there errors in the project

EW
- Edward W
Reviewed at 05/09/2019
Source: g2crowd.com
quote
"The great CI service for Windows"

What do you like best?

It was the only pubic Windows CI service. Now, it is the best Windows CI service. It is free for all open source projects. It provides all functionalities out of box - enrollment mature, artifacts, persisted logs and more.

What do you dislike?

Long time ago, its running speed is to slow. However, after one service upgrade, the running speed increased. However, it is still a gap on running CI between AppVeyor Windows and Travis Linux. It need continue improving the running speed.

What problems are you solving with the product? What benefits have you realized?

I have a couple of open source projects. If they need to support Windows, they could better to pass CI before merge or publish. The AppVeyor CI service gives me confidence on my coffee quality on Windows.

UI
- User in Internet
Reviewed at 26/07/2019
Source: g2crowd.com
quote
"AppVeyor makes it incredibly easy to configure and deploy"

What do you like best?

The ease of configuration. The fact that it's a hosted service is a massive plus because it means you don't have to manage the underlying infrastructure.

What do you dislike?

It needs more configuration options for parallel builds. I'd like to be able to limit the amount of builds per branch.

Recommendations to others considering the product:

There's nothing better in terms of build automation out there in the marketplace. The VMs have everything you need in order build in most environments.

What problems are you solving with the product? What benefits have you realized?

We use AppVeyor to build our products. We've quickly seen that AppVeyor's build time is considerably less than our previously TeamCity installation.

MW
- Mark W
Reviewed at 01/08/2016
Source: g2crowd.com
quote
"Simple Windows-based continuous integration server"

What do you like best?

Unlike other CI services, AppVeyor has Windows-based infrastructure, which allows me to test my software on all major platforms. Setting up projects with appveyor.yml is straightforward and matches with how other similar non-Windows based services do configuration.

Appveyor's Python support is impressive as it offers several different Python versions including both 32 and 64 bit versions of Python, and Miniconda-based Python installations. The documentation associated with the Python environment is also well done and contains the information you need to get your builds running quickly.

What do you dislike?

Builds can be slow in the free version that does not allow concurrent jobs. The paid option allowing concurrent jobs is too expensive. While AppVeyor allows your to change what your configuration file is named, it does annoy me that the default is appveyor.yml, rather than a file prepended with a dot to make it hidden.

Recommendations to others considering the product:

I would find it difficult to justify the expense of the Premium plan, but for open source projects, AppVeyor is great. If the lack of concurrent jobs is an issue, I would recommend limiting the number of tests that you run with AppVeyor. Do your detailed testing and generate coverage reports with another faster CI and use AppVeyor to ensure that your basic tests run in 32 and 64 bit Windows.

What problems are you solving with the product? What benefits have you realized?

Windows is likely the most commonly used platform for our users, yet all of our developers use Mac OS X or Linux. AppVeyor ensures that our products still work in Windows without having to have a dedicated Windows build machine.

TB
- Trevor B
Reviewed at 24/06/2016
Source: g2crowd.com
quote
"appveyor - essential for cross platform application development"

What do you like best?

ability to build my linux applications under windows using cygwin or msys

What do you dislike?

not clear if / how to set up concurrent builds

Recommendations to others considering the product:

it seems to be the only CI that can easily be configured to build windows applications

What problems are you solving with the product? What benefits have you realized?

open source project - trying to be multi-platform compatible - appveyor has made this possible for me.

MI
- Michael Ira K
Reviewed at 22/06/2016
Source: g2crowd.com

FAQ's

AppVeyor has 6 plans,

  • Open-source USD 0
  • Basic USD 29 /Month
  • Pro USD 59 /Month
  • Premium USD 99 /Month
  • Team Edition (Self-hosted) USD 0
  • Enterprise Edition (Self-hosted) USD 2 /Year

AppVeyor is the Continuous Integration Software Used for the below functionalities

Top 5 AppVeyor features

  • Reporting and Visualization
  • VCS Integrations
  • Scheduled Deployment
  • Automated Deployment
  • Automated Integration

AppVeyor provides Online (Ticket) support.

AppVeyor is not allowing Free Trial.