From 86a6573d04972d86b40d39a4aa7d0d96dc70123c Mon Sep 17 00:00:00 2001 From: Paul Cantrell Date: Fri, 30 Oct 2015 10:58:29 -0500 Subject: [PATCH] misc_jazzy_features now uses config file --- misc_jazzy_features/after/.jazzy.yaml | 6 ++++++ misc_jazzy_features/after/execution_output.txt | 3 ++- misc_jazzy_features/before/.jazzy.yaml | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 misc_jazzy_features/after/.jazzy.yaml create mode 100644 misc_jazzy_features/before/.jazzy.yaml diff --git a/misc_jazzy_features/after/.jazzy.yaml b/misc_jazzy_features/after/.jazzy.yaml new file mode 100644 index 000000000..51a63c9a2 --- /dev/null +++ b/misc_jazzy_features/after/.jazzy.yaml @@ -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 diff --git a/misc_jazzy_features/after/execution_output.txt b/misc_jazzy_features/after/execution_output.txt index dd6f96aa3..9e856664d 100644 --- a/misc_jazzy_features/after/execution_output.txt +++ b/misc_jazzy_features/after/execution_output.txt @@ -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 diff --git a/misc_jazzy_features/before/.jazzy.yaml b/misc_jazzy_features/before/.jazzy.yaml new file mode 100644 index 000000000..51a63c9a2 --- /dev/null +++ b/misc_jazzy_features/before/.jazzy.yaml @@ -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