Skip to content

Commit

Permalink
close #169 build is now zip
Browse files Browse the repository at this point in the history
  • Loading branch information
groenborg committed Jul 31, 2017
1 parent 800495d commit 1c391eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##Changelog
## Changelog
The new release of git-phlow adds support for windows in _beta_. Overall improvements have been made to increase stability and remove
various bugs and odd behaviours.

Expand All @@ -16,3 +16,4 @@ various bugs and odd behaviours.
- Colors are buggy when terminal width is changed #131 @groenborg
- username and password are no longer printed #158 @groenborg
- version was stuck at 1.0.0 #167 @groenborg
- Windows release is now zip and not tar.gz #169 @groenborg
2 changes: 1 addition & 1 deletion ci/build/windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export GOARCH=amd64
#BUILD AND COMPRESS
export GOOS=windows
go build -ldflags "-X github.com/praqma/git-phlow/options.Version=`echo $VERSION` -X github.com/praqma/git-phlow/options.Sha1=`git rev-parse HEAD` -X github.com/praqma/git-phlow/options.Date=`date +'%d-%m-%Y'`"
zip $BUILDPATH/build-artifacts/git-phlow-$VERSION-windows-$GOARCH.tar.gz git-phlow.exe
zip $BUILDPATH/build-artifacts/git-phlow-$VERSION-windows-$GOARCH.zip git-phlow.exe
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- get: tollgate
trigger: true
- get: gp-version
params: {bump: minor}
params: {bump: patch}
- put: gp-version
params: {file: gp-version/version}
- task: integration
Expand Down

0 comments on commit 1c391eb

Please sign in to comment.