Systems | Development | Analytics | API | Testing

CI/CD Build Speed Benchmark: Codemagic vs GitHub Actions vs Bitrise

For teams using CI/CD, the specs of the build machine can have a significant impact on development productivity. Faster builds mean shorter fix-and-verify cycles, which speed up the overall development process. However, it’s hard to know how fast each CI/CD service actually is without comparing them under the same conditions. In this article, I compare the iOS build speeds of GitHub Actions, Bitrise, and Codemagic using the same Flutter project, and compare them in terms of cost-performance as well.

Jenkins vs Codemagic: Why Mobile Teams Are Making the Switch

If you’re a mobile developer running builds on Jenkins, you already know the drill: a flaky agent goes down on a Friday afternoon, your Xcode version is three months behind, and the DevOps engineer who set the whole thing up left six months ago. The builds ship eventually - but at what cost? Jenkins is a powerful, battle-tested automation server. For teams building web backends or managing complex polyglot pipelines, it earns its place.

Deploy your app to Google Play with Codemagic CLI tools and GitHub Actions

We previously explored how Codemagic CLI tools can streamline iOS app deployment to App Store Connect with GitHub Actions. The Codemagic team has continuously improved these tools, extending their capabilities to Android releases on Google Play Console.

How to Automate Flutter Code Push with Shorebird and Codemagic

In this article, I will introduce the steps to integrate Shorebird with Codemagic CI/CD, using the Codemagic Workflow Editor. You will be able to incorporate a workflow that allows code push of Dart code changes without requiring installation from the store. In the following example, changes to the text displayed in the user interface are reflected immediately.

Publish your Flutter app to Google Play Store with Codemagic CI/CD

In this article, I will introduce the steps to release a Flutter app to the Google Play Store using the Codemagic CI/CD tool. If you have been uploading your app to Google Play manually and want to simplify that process, I hope you find this article helpful.

Codemagic has achieved a perfect SOC 2 Type 2 report.

We’re happy to announce that Codemagic has received a perfect SOC 2 Type 2 report! We received our SOC 2 Type 1 report earlier this year and now we have received our Type 2 report with no exceptions noted! At Codemagic, we take the security and privacy of your data seriously. That’s why we went through the tough process of getting audited with the SOC 2 framework. “We’re proud to have achieved a perfect SOC 2 Type 2 report!

Java Heap Space error and how Codemagic helps to remediate it

Overcoming issues related to Java Heap Space while building Android projects can be quite challenging and frustrating. Understanding the concept of heap memory in Java is crucial, as well as being aware of the available solutions. This article will provide a brief explanation of the reasons behind the occurrence of the Java Heap Space issue and present Codemagic’s recommended solutions for addressing it.