Skip to content

Commit

Permalink
Revert "Introduce upx in build process"
Browse files Browse the repository at this point in the history
This reverts commit edd8297.
  • Loading branch information
ruedap committed Jun 6, 2017
1 parent edd8297 commit cca6890
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Expand Up @@ -3,11 +3,11 @@ WORKFLOW_DIR = ~/Dropbox/Alfred/Alfred.alfredpreferences/workflows
BUNDLE_ID = com.ruedap.emma-css
CLI_CMD = ./workflow/awc

default: build upx cli test
default: build cli test

ci: build cli coveralls

release: clean build upx unlink link
release: clean build unlink link

cli:
@echo "--> Running CLI commands"
Expand All @@ -16,10 +16,7 @@ cli:
build:
@echo "--> Compiling packages and dependencies"
@mkdir -p ./workflow/
go build -ldflags '-w -s' -o $(CLI_CMD)

upx:
upx -5 $(CLI_CMD)
go build -ldflags '-s -w' -o $(CLI_CMD)

coveralls:
@echo "--> Testing packages and sending coverage report"
Expand Down

0 comments on commit cca6890

Please sign in to comment.