ml-archive / bitrise-step-nodes-custom-script

Custom Bitrise step for the iOS CI system
MIT License
2 stars 6 forks source link

Refactor app icon badging #36

Open dominik-hadl opened 5 years ago

dominik-hadl commented 5 years ago

Motivation:

Using fastlane badge is slow, as it requires an additional bundle install to be run each time this script is used. We should remove that an instead create a custom solution that will speed up the CI buillds.

Steps:

Alternatively, the code in this repo could be (cough MIT license) borrowed and adjusted for our needs: https://github.com/HazAT/badge/blob/master/lib/badge/runner.rb