1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00

GH-217 Tar.bz2 built artifacts.

This commit is contained in:
Tae Won Ha 2016-07-16 21:47:07 +02:00
parent aad35e4d72
commit f9808c395c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -26,3 +26,8 @@ xcodebuild CODE_SIGN_IDENTITY="Developer ID Application: Tae Won Ha (H96Q2NKTQH)
git commit -am "Set snapshot version: $(./bin/current_marketing_version.sh)-$(./bin/current_bundle_version.sh)"
git tag -a -m "$(./bin/current_marketing_version.sh) ($(./bin/current_bundle_version.sh))" snapshot/$(date +%Y%m%d.%H%M)-$(./bin/current_bundle_version.sh)
pushd build/Release
tar cjf VimR-$(./bin/current_marketing_version.sh).tar.bz2 VimR.app
tar cjf SwiftNeoVim.framework-$(./bin/current_marketing_version.sh).tar.bz2 SwiftNeoVim.framework
popd