UserLAnd/Gemfile
Matthew Tighe 8665c64c0e
Add continuous deployment (#651)
* Attempt to add coverage reporting.

* Use correct variable names.

* Fix indentation.

* Get unified coverage reporting working.

* Add coverage uploading.

* Add release build workflow.

* Correct path.

* Actually use signing config.

* Remove hyphen.

* Remove build release requirements while testing.

* Rename env variables in config to match names in CI.

* Add command to skip some jobs for forked PRs.

* Add deployment job and configuration.

* Filter deployment off this branch.

* Spell things correctly.

* Change early return for forked PRs to a reference variable.

* Fix format.

* Add closing quotation.

* Remove space from ruby deps argument.

* Add automated changelog reporting.

* Exlude merge commits from changelog, and simplify lanes.

* Switch branch filtering back to releases.
2019-02-20 14:29:14 -08:00

4 lines
46 B
Ruby

source "https://rubygems.org"
gem "fastlane"