Skip to content

Commit

Permalink
misc_jazzy_features now uses config file
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Oct 30, 2015
1 parent c14d404 commit 86a6573
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions misc_jazzy_features/after/.jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module_name: MiscJazzyFeatures
author_name: Realm
author_url: https://github.com/realm/jazzy
github_url: https://github.com/realm/jazzy
min_acl: private
hide_documentation_coverage: true
3 changes: 2 additions & 1 deletion misc_jazzy_features/after/execution_output.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
JAZZY_FAKE_DATE=YYYY-MM-DD JAZZY_FAKE_VERSION=X.X.X COCOAPODS_SKIP_UPDATE_MESSAGE=TRUE jazzy -m MiscJazzyFeatures -a Realm -u https://github.com/realm/jazzy -g https://github.com/realm/jazzy -x -dry-run --min-acl private --hide-documentation-coverage 2>&1
JAZZY_FAKE_DATE=YYYY-MM-DD JAZZY_FAKE_VERSION=X.X.X COCOAPODS_SKIP_UPDATE_MESSAGE=TRUE jazzy -x -dry-run 2>&1
Using config file ROOT/tmp/misc_jazzy_features/.jazzy.yaml
Running xcodebuild
Parsing Classes.swift (1/1)
building site
Expand Down
6 changes: 6 additions & 0 deletions misc_jazzy_features/before/.jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module_name: MiscJazzyFeatures
author_name: Realm
author_url: https://github.com/realm/jazzy
github_url: https://github.com/realm/jazzy
min_acl: private
hide_documentation_coverage: true

0 comments on commit 86a6573

Please sign in to comment.