Coder Social home page Coder Social logo

taquitos / ci Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fastlane/ci

0.0 1.0 0.0 3.37 MB

Open source, self hosted, mobile optimized CI powered by fastlane

Home Page: https://fastlane.tools

License: MIT License

Shell 0.11% JavaScript 0.14% Ruby 68.20% TypeScript 19.90% CSS 0.06% HTML 9.09% Dockerfile 0.04% Procfile 0.01% SCSS 2.44%

ci's Introduction

fastlane Logo

License Coverage Status

[Alpha ๐ŸŒ‹] fastlane.ci

Open source, self-hosted, mobile-optimized CI powered by fastlane brought to you by the fastlane team.

  • 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
  • Open source: Just like fastlane, fastlane.ci is open source and community driven
  • 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
  • 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
  • Built in the open: Together with all of you, MIT licensed
  • Visual interface: Thanks to fastlane.ci you'll be able to benefit from fastlane without having to use the terminal

Statement

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. We want to stay true to our long-term vision of automating every single aspect of your daily development workflow. Together, with the community, we have the experience and know-how to build a world-class, easy-to-use mobile-only CI, with the added benefits of being fully self-hosted and open source.

With this project, we don't just want to make using CI easier, we want to bring fastlane to the next level. While building fastlane.ci, we'll be introducing new features like visually previewing your Fastfile, automatically clearing old TestFlight testers from your account, getting notifications when your app gets approved, and more.

Interested? Be the first to hear about the official release

Project Status

  • This project is a work in progress (WIP) and shouldn't be used in production yet
  • The idea is to build and iterate with the mobile development community out in the open
  • We'd love your help to shape the product, check out CONTRIBUTING.md for more info
  • Our complete task list is available on our public GitHub board
  • We also have our current milestones listed
  • We started a poll to get a better feeling of how you'd be using fastlane.ci, please comment and let us know.

Docs

System Requirements

Requires Ruby 2.3.3 or higher. macOS and Xcode are required when building iOS projects. Refer to the fastlane documentation for more information.

Using fastlane.ci

Right now, fastlane.ci is in Alpha, we'd love for you to give it a try. Getting up and running isn't as smooth as it will be once we ship a public release, but it shouldn't be too hard:

  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 rake prod
  7. Up and running at localhost:8080

Using the fastlane.ci Angular frontend

Check out web for more details on how to set things up. Note that the Angular-based front-end doesn't cover all the features of the traditional web-frontend yet.

Using fastlane.ci with Docker

Currently, Docker deployment is for Linux projects only.

  1. Install Docker
  2. Open the Terminal on the Mac or on a Linux you want to run as fastlane.ci
  3. git clone https://github.com/fastlane/ci
  4. cd ci
  5. docker-compose up
  6. Up at running at localhost:8080

Using fastlane.ci with Vagrant

  1. Install Vagrant: brew cask install vagrant
  2. Install VirtualBox: brew cask install virtualbox
  3. vagrant up. You will be asked for your password.
  4. vagrant ssh
  5. cd /fastlane-ci
  6. bundle exec rake dev
  7. Up at running at localhost:8080

Configure fastlane.ci

  1. Visit localhost:8080
  2. 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

Development installation

Run the rake task: rake dev_bootstrap.

  1. Install all dependencies (ruby, javascript)
  2. Add a pre-commit hook

Local development

bundle exec rake dev

Visit localhost:8080 to open the login

If you're having trouble and need to debug, you can add the following environment variables: FASTLANE_CI_VERBOSE=1 and DEBUG=1

FASTLANE_CI_VERBOSE enables extra logging which includes thread ids, and other non-essential information that could be useful during debugging.

Run tests

bundle exec rspec

Code style

bundle exec rubocop -a

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

This project and all fastlane tools are in no way affiliated with Apple Inc.


Interested? Be the first to hear about the official release

ci's People

Contributors

adellibovi avatar armcburney avatar ashraf-ali-aa avatar bogdanbrato avatar brettkoonce avatar chemichelle avatar fastlane-danger-bot avatar fedetrim avatar fkorotkov avatar hjanuschka avatar josh- avatar kgmyshin avatar krausefx avatar milch avatar minuscorp avatar nakhbari avatar nduplessis avatar orta avatar powerivq avatar revolter avatar sherlouk avatar snatchev avatar taquitos avatar thii avatar viktorasl avatar viktorgardart avatar vjanssens avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.