Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

1.0.0.alpha.1 - First fastlane.ci alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@taquitos taquitos released this 05 Apr 13:25
· 679 commits to master since this release
da08832

Over the last 3 months we've been busy working on building fastlane.ci- a completely open source, self-hosted, mobile-optimized CI system, powered by fastlane.

We strongly believe in making continuous integration systems for mobile app developers better. While CI is a solved problem for backend and frontend applications, mobile ecosystems saw almost no improvements in their workflows. Three years ago we solved the problem of mobile app deployment with fastlane so that developers could automate nearly every single aspect of their daily development workflow. The only missing piece was a simple and reliable CI system. When it comes to CI, mobile app developers face some unique challenges, like having to use unreliable closed-source tools and web services.

So, we designed fastlane.ci following our opinionated core principals:

  • Native fastlane integration: Already use fastlane? fastlane.ci will work right out of the box for you
  • Mobile first, mobile only: For now, we're focusing exclusively on building the best CI system for mobile app devs
  • Open source: Just like fastlane, fastlane.ci is open source and community driven
  • Built in the open: Together with all of you, MIT licensed
  • Git first: 100% of your configuration files are stored in git, wherever you want
  • Configuration files first: Human readable and editable config files, fully transparent
  • Self hosted: You should be able to own your CI systems, and scale up as needed
  • Adapters: Store your configuration and artifacts on services you already use, like GitHub or your own git server
  • Visual interface: Thanks to fastlane.ci you'll be able to benefit from fastlane without having to use the terminal

Announcing the first fastlane.ci Alpha release

🎉 After 3 months of hard work, we’re extremely excited to announce we just completed our first milestone, the alpha release. We wouldn’t be here if it wasn’t for the fastlane community (shout out to Andrew, Jorge and many more).

screen shot 2018-04-05 at 3 31 22 pm

We’ve been using fastlane.ci successfully for fastlane.ci for the last few weeks, and it’s been a blast 🚀 With today’s release, you can start using fastlane.ci for your own iOS and Android projects. A few notes about the current state:

  • fastlane.ci is still in rather early development with various rough edges
  • No support for fastlane plugins yet
  • Onboarding process isn’t as smooth as we want it to be, but should improve in the next few weeks

Getting started

  1. Open the Terminal on the Mac you want to run as fastlane.ci
  2. git clone https://github.com/fastlane/ci
  3. cd ci
  4. gem install bundler
  5. bundle install
  6. bundle exec rackup -p 8080 --env production
  7. Open localhost:8080 in your web browser
  8. Follow the onboarding instructions in your browser. In particular you'll have to create a separate GitHub account that will be used for all bot activities
    Please send feedback our way by creating a GitHub issue, every information is useful 👍

Getting involved

We’d love to work with you - fastlane.ci is a community driven project and we’re excited about every new person helping out!

To get started check out the GitHub project page and the Contributing.md


Be the first to hear about the official 1.0 release