From 3935dac021f56a5300c50713ec885107dc9db20e Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Fri, 25 Sep 2015 15:03:31 -0700 Subject: [PATCH] Publish releases to Circle CI --- circle.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/circle.yml b/circle.yml index b64f86e..d7404c6 100644 --- a/circle.yml +++ b/circle.yml @@ -6,3 +6,10 @@ test: override: - set -o pipefail && xcodebuild -workspace Stencil.xcworkspace -scheme Stencil test | tee $CIRCLE_ARTIFACTS/xcode_raw_ios.log | xcpretty -c - pod lib lint + +deployment: + release: + tag: /v?\d+\.\d+\.*/ + commands: + - pod trunk push +