Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
fastlane lets you define and run your deployment pipelines for different environments. It helps you unify your app’s release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like CocoaPods. | Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google's software, and thus it has been designed to handle build problems present in Google's development environment. |
Connect all build tools together;Define multiple lanes for different needs;Jenkins Integration;Extend by adding your own build steps;Deploy from any computer;Release new app updates with the push of a button | Multi-language support: Bazel supports Java, Objective-C and C++ out of the box, and can be extended to support arbitrary programming languages;High-level build language: Projects are described in the BUILD language, a concise text format that describes a project as sets of small interconnected libraries, binaries and tests. By contrast, with tools like Make you have to describe individual files and compiler invocations;Multi-platform support: The same tool and the same BUILD files can be used to build software for different architectures, and even different platforms. At Google, we use Bazel to build both server applications running on systems in our data centers and client apps running on mobile phones;Reproducibility: In BUILD files, each library, test, and binary must specify its direct dependencies completely. Bazel uses this dependency information to know what must be rebuilt when you make changes to a source file, and which tasks can run in parallel. This means that all builds are incremental and will always produce the same result;Scalable: Bazel can handle large builds |
Statistics | |
GitHub Stars 40.6K | GitHub Stars - |
GitHub Forks 6.0K | GitHub Forks - |
Stacks 716 | Stacks 313 |
Followers 437 | Followers 579 |
Votes 74 | Votes 133 |
Pros & Cons | |
Pros
| Pros
Cons
|
Integrations | |

Maven allows a project to build using its project object model (POM) and a set of plugins that are shared by all projects using Maven, providing a uniform build system. Once you familiarize yourself with how one Maven project builds you automatically know how all Maven projects build saving you immense amounts of time when trying to navigate many projects.

Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites.

It is a Continous Integration and Delivery (CI/CD) Platform as a Service (PaaS) with a main focus on mobile app development (iOS, Android). You can automate the testing and deployment of your apps with just a few clicks. When you trigger a build a Virtual Machine is assigned to host your build and your defined Workflow (series of Steps scripts) will be executed, step by step.

Buddybuild ties together continuous integration, continuous delivery and an iterative feedback solution into a single, seamless platform.

Greenhouse automatically builds your project for every commit you make and runs all your unit or UI tests on the emulator/simulator or on real hardware. Automatic build distribution is also supported so that your team and clients are always up to date with the latest state of your apps.

Pants is a build system for Java, Scala and Python. It works particularly well for a source code repository that contains many distinct projects.

Codemagic is the developer's favourite CI/CD tool for mobile app projects. Build your Android, iOS, React Native, Ionic, Unity and Flutter projects on Codemagic.

JitPack is an easy to use package repository for Gradle/Sbt and Maven projects. We build GitHub projects on demand and provides ready-to-use packages.

It is similar to Java's Maven and Ant. Its main features are: Native support for compiling Scala code and integrating with many Scala test frameworks.

Buck encourages the creation of small, reusable modules consisting of code and resources, and supports a variety of languages on many platforms.