mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-09 06:01:57 -05:00
add setup_circle_ci to Fastfile
This commit is contained in:
parent
8e562edc25
commit
8f094f37f1
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
||||||
default_platform(:mac)
|
default_platform(:mac)
|
||||||
|
|
||||||
platform :mac do
|
platform :mac do
|
||||||
|
before_all do
|
||||||
|
setup_circle_ci
|
||||||
|
end
|
||||||
|
|
||||||
desc "Use Fastlane Match to install development certificates"
|
desc "Use Fastlane Match to install development certificates"
|
||||||
lane :match_dev do
|
lane :match_dev do
|
||||||
match(type: "development", platform: "macos", output_path: "build", readonly: is_ci)
|
match(type: "development", platform: "macos", output_path: "build", readonly: is_ci)
|
||||||
|
|
Loading…
Reference in a new issue