/TryProcedureKit

Used for automated integration testing of ProcedureKit.

Primary LanguageShellMIT LicenseMIT

TryProcedureKit

This repository is used as part of the automated testing of ProcedureKit.

It consists of branches which each contain an application that uses the ProcedureKit framework.

CocoaPods, cocoapods branch

Triggering a CI build of HEAD on the cocoapods branch will do the following:

  1. Checkout the correct hash of ProcedureKit (as a submodule)
  2. Run pod install - to install ProcedureKit via CocoaPods
  3. Build & test the application - to check that ProcedureKit is available and compiles.