Marg AppVeyor

Marg ERP 9+

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 Marg ERP-Pharmaceutical Industry Software

Pricing plans

Introduce pricing plans

Simple, transparent pricing that grows with you. Try any plan free for 30 days.

Open-source

USD 0.00 /

USD0.00

Perfect for your business requirements and platform usage.

BOOK A DEMO
WHAT YOU WILL GET
  • 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.00 //Month

USD29.00 /Month

Perfect for your business requirements and platform usage.

BOOK A DEMO
WHAT YOU WILL GET
  • 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.00 //Month

USD49.16 /Month

Perfect for your business requirements and platform usage.

BOOK A DEMO
WHAT YOU WILL GET
  • 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.00 //Month

USD82.50 /Month

Perfect for your business requirements and platform usage.

BOOK A DEMO
WHAT YOU WILL GET
  • 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.00 /

USD0.00

Perfect for your business requirements and platform usage.

BOOK A DEMO
WHAT YOU WILL GET
  • 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.00 //Year

USD2.00 /Year

Perfect for your business requirements and platform usage.

BOOK A DEMO
WHAT YOU WILL GET
  • 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 Specification

Other Categories:
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

AppVeyor Description

Key Features & Specifications

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

AppVeyor Video

Keka HR Payroll Platform Screenshots

User Reviews

WRITE A REVIEW
quotes

What do you like best?

Generally fast build queue. We have multiple projects and when we're pushing out features rapidly it's nice to have the builds not pile up so we get immediate feedback if the build breaks.

What do you dislike?

The setup / configuration of a project is complex. We generally have .NET applications so using the MS Build process works well for those. We haven't yet configured a Node application successfully and are still relying on deployment using GitHub hooks. There's not much in the way of documentation, mostly community questions and answers.

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

AppVeyor let's us continuously build and test our code at a rapid pace. We can get the code in our test environment simply by merging to the right branch after all the tests pass.

- Ken H

quotes

What do you like best?

Appveyor is built on Windows. Artifacts (downloaded compiled files - ready for distribution) are easily available and this is an advantage over Travis which is expensive for active projects. The web user interface is pretty cool and efficient. Appveyor also provides framework support - comes with standard MSVC and MINGW.

What do you dislike?

Platform dependent - Biggest drawback.

Works well only for Windows

GitHub organization authorization is not supported

Slow compared to Travis CI

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

GitHub is the primary delivery address for me. Appveyor mails me the results of the build procedure right away so that saves me time from checking the status via a readme.

Windows users do not need to face any problems as the python packages undergo automatic regression testing with Appveyor.

- Nikhil H

quotes

What do you like best?

The main feature eliminates the need for installing software on your laptop. The need to have a ubuntu system is also removed. Simple yet powerful.

What do you dislike?

The online processing does take more time than usual. As it is online, internet is required. So when out of reach of internet we cannot use this service.

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

The need for having a ubuntu system is removed. Virtual box or virtual machine makes the windows quite slow, so it is good to use appveyor if we intend to use ubuntu virtual machine just for compiling programs.

- Bhaskar C

quotes

What do you like best?

Language and framework support. Every problem that I have with travis, appveyor solves it. I tried a c++ project and setting it up to use a proper compiler was a breeze as appveyor comes with standard msvc and mingw compiler suites, ruby, python and most common languages are well supported. Builds started almost right away and showed up in the console whenever I pushed to github and the builds were very fast too. The web-ui is pretty slick and barebones, but it works for most of the cases. It mails your registered email address with latest build results.

What do you dislike?

Obviously, platform support. It works only well for windows. As it is right now, you have to use travis for linux/osx AND appveyor for windows.

Recommendations to others considering the product:

As with any CI systems, try it with a sample project first. It is easier than travis, as the same project took me a lot less to setup in appveyor so there is that. If you need to have cross-platform/windows build support, currently appveyor seems the only way.

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

I just need to push to github and appveyor will start the build/test procedure right away, informing me the results via mail. This also negates the need to state current build status in readme as it can be seen directly form the ci badge.

- Tauseef R

quotes

What do you like best?

I cannot find any other alternative for running tests on Windows

What do you dislike?

It is somehow slow. Sometimes it can take hours waiting for a job to get started.

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

Finally I have my tests running not only on Linux & Mac but also on Windows.

- Federico T

Keka HR Payroll Platform Key Clients

Frequently asked questions

Everything you need to know about discovering, comparing, and choosing the right AI software for your business.

AppVeyor has 6 plans,

  • Open-source USD 0.00
  • Basic USD 29.00 /Month
  • Pro USD 59.00 /Month
  • Premium USD 99.00 /Month
  • Team Edition (Self-hosted) USD 0.00
  • Enterprise Edition (Self-hosted) USD 2.00 /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 allowed 0 Days Free Trial.

AppVeyor provides Help Guides,Blogs,Video Guides for the software training.

Need Help Selecting
the Right AI Solution?

Speak with our team for tailored recommendations and insights to accelerate your AI adoption.

ai-help-img