When comparing AppVeyor vs Distelli, the Slant community recommends AppVeyor for most people. In the question“What are the best continuous integration tools?” AppVeyor is ranked 4th while Distelli is ranked 29th. The most important reason people chose AppVeyor is:
AppVeyor is free for public GitHub repositories.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free for open-source projects
AppVeyor is free for public GitHub repositories.
Pro Supports Windows build enviroment
AppVeyor has a build environment for Windows available.
Pro Clear, straight-forward user interface
Well I suggest you check it out for yourself, but what I like most is that it's simple yet effective: no bells and whistles, simple black/grey/light-blue/white color scheme, it's immediately clear where you have to go for each specific task, and build settings pages are like that as well. Getting a 'standard' build running literally took me a minute the first time I used it.
Pro Easy access to build VM
AppVeyor allows the user to login to the actual build VM.
Pro The initial setup is easy
There's practically no setup involved prior to working with AppVeyor: simply sign in, add the project, and start a new build.
Pro Can deploy to any server, on any platform
Distelli suports all of the popular platforms and can be deployed to any server.
Pro Allows tracking deployments
Through Distelli, the user can track who deployed what application to what environment, as well as when it happened.
Pro Environment-specific commands
In Distelli, the user can set up environment-specific commands to run before, during, or after a deployment.
Pro Displays real-time logs
As the user deploys, real-time logs are displayed, providing useful information and giving the user an intuitive means off which he/she can operate.
Cons
Con Not free
This is open-source but not free.
Con Configuration is limited
AppVeyor's configuration (which is done from the .yaml file in the root of the project) is unfortunately very limited. The configuration is either tied to a branch or, in other cases, it's global. This limits the developer to a single build process.
However, since you can use arbitrary scripts for building, all those limitations can be overcome. Configuration can also be done from the web UI without a .yaml file.
Con Security concerns
Although Distelli is very easy to use and helps developers who don't want to spend time setting up their build environment, there are a number of security concerns regarding the tool. This is because you have to host an agent that allows RPC with a relatively unknown third party.
