Bitrise vs. GNU Make

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Bitrise
Score 9.2 out of 10
N/A
Bitrise, software from the company of the same name in Budapest, helps users automate daily app development tasks from building through testing to deployment. With Bitrise, users can configure these tasks with a visual Workflow editor, with over 330 service integrations ready to roll. All integrations or Steps are Open Source, so users can easily create their own and share it with others.
$31.50
per month
GNU Make
Score 7.7 out of 10
N/A
GNU Make is an open source and free build automation tool.N/A
Pricing
BitriseGNU Make
Editions & Modules
Teams
$31.50
per month
Velocity
$2,500
per month
Enterprise Build Platform
Custom pricing
No answers on this topic
Offerings
Pricing Offerings
BitriseGNU Make
Free Trial
YesNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Best Alternatives
BitriseGNU Make
Small Businesses
Swiftify
Swiftify
Score 9.0 out of 10
GitLab
GitLab
Score 8.6 out of 10
Medium-sized Companies
Swiftify
Swiftify
Score 9.0 out of 10
GitLab
GitLab
Score 8.6 out of 10
Enterprises
Swiftify
Swiftify
Score 9.0 out of 10
GitLab
GitLab
Score 8.6 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
BitriseGNU Make
Likelihood to Recommend
9.8
(4 ratings)
7.1
(2 ratings)
Support Rating
-
(0 ratings)
7.1
(2 ratings)
User Testimonials
BitriseGNU Make
Likelihood to Recommend
Bitrise
Bitrise is only suitable for Mobile app development. Bitrise supports source code repositories such as GitHub, GitLab, and Bitbucket, and also you can connect with your SSO (Single Sign-On) with your private repositories with GitHub Enterprise. It gives a subscription model where it is free for one-time users and increases it fare as the usage grows up. It supports only a set of platforms. It would be good if there were more platforms supported as the user base of a variety of platforms is wide.
Read full review
Open Source
GNU Make is a great tool for simple builds where language-specific options are not available, or to provide shortcuts for common commands (e.g., "make build" as shorthand for "go build ..." with a bunch of flags). However, it is complementary to other build systems. It does not replace them, which is perhaps one of its greatest strengths as well (works with existing ecosystem instead of trying to do everything). GMU Make it simple to get started with, and the philosophy of understanding how sources map to outputs, as well as the dependency graph, are beneficial.
Read full review
Pros
Bitrise
  • Easy Configuration of CI/CD pipelines.
  • Integration Capabilities in Slack, JIRA, Bitbucket.
  • Extensive Documentation and Community Support.
Read full review
Open Source
  • Performance and accuracy of cross-module dependencies.
  • Simple to write and easy to understand.
Read full review
Cons
Bitrise
  • Documentation on the underlying systems like VMs could be more extensive to help with debugging.
Read full review
Open Source
  • No dependency management tools (but there are no cross-platform tools of this type anyway)
  • Tedious to do cross-compilation (Debug & Release builds, 32- and 64-bit builds, x86/ARM builds)
Read full review
Support Rating
Bitrise
No answers on this topic
Open Source
In general, it is fair to say the support is sufficient although we do not deal with support directly. There are a lot of forum people chiming in with suggestions or recommendations of particular usage or issues we run into. Since it is open software, patch and fixes will be available from time to time. A lot of information is available in the web now for knowing GNU Make from learning, example, teaching, etc.
Read full review
Alternatives Considered
Bitrise
Bitrise requires significantly lower effort needs to be put in order to start using it. It's easy to set up and maintain.
Read full review
Open Source
I'm a full-stack developer that has used various build tools, including Maven, Gradle, and NPM/yarn. For our C projects, I also investigated CMake and Ninja, but they seemed more difficult to learn and more tedious to work with. GNU Make is a single binary that can be easily downloaded, even for Windows under MingW32, is straightforward to learn, and works pretty well despite its age.
Read full review
Return on Investment
Bitrise
  • Builds apps in very less time.
  • Efficient CI/CD pipeline.
  • Security
Read full review
Open Source
  • Streamline the build based on a lot of existing component being done, reusable.
  • Commonly understandable, therefore, rampup effort is small.
Read full review
ScreenShots