gogs

http://gogs.io/

Gogs (Go Git Service) 是一款极易搭建的自助 Git 服务。

Install

下载 gogs, 解压后放到 /Application

$ /Applications/gogs/gogs web &

打开 gogs 地址: localhost:3000

fastlane

https://fastlane.tools/

intro-fastlane-tree

Install

$ gem install fastlane --verbose
  • deliver: Upload screenshots, metadata, and your app to the App Store
  • supply: Upload your Android app and its metadata to Google Play
  • snapshot: Automate taking localized screenshots of your iOS app on every device
  • screengrab: Automate taking localized screenshots of your Android app on every device
  • frameit: Quickly put your screenshots into the right device frames
  • pem: Automatically generate and renew your push notification profiles
  • sigh: Because you would rather spend your time building stuff than fighting provisioning
  • produce: Create new iOS apps on iTunes Connect and Dev Portal using the command line
  • cert: Automatically create and maintain iOS code signing certificates
  • spaceship: Ruby library to access the Apple Dev Center and iTunes Connect
  • pilot: The best way to manage your TestFlight testers and builds from your terminal
  • boarding: The easiest way to invite your TestFlight beta testers
  • gym: Building your iOS apps has never been easier
  • match: Easily sync your certificates and profiles across your team using Git
  • scan: The easiest way to run tests for your iOS and Mac apps

Quick Start

iOS 会要求输入 苹果开发者帐号 发布到 App Store 或者 是 TestFlight

jenkins

https://jenkins.io/

Jenkins是一个开源软件项目,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。

Install

下载 jenkins.war, 把 jenkins.war 放到 /Application

$ java -jar /Applications/jenkins.war --httpPort=8000 &

打开 jenkins 地址: localhost:8000

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15