Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove upx processing for osx build #63

Merged
merged 1 commit into from
Aug 21, 2016

Conversation

kkung
Copy link
Contributor

@kkung kkung commented Aug 21, 2016

No description provided.

@@ -73,10 +72,8 @@ before_deploy:
- export NIGHTLY_BINARY_PATH="/tmp/nirum-build/nirum-$(uname -s | tr '[A-Z]' '[a-z]')-$(uname -m)"
- cp "$(stack path --local-bin-path)/nirum-static" "$NIGHTLY_BINARY_PATH"
- |
if [[ "$TRAVIS_OS_NAME" = "osx" ]]
if [[ ! "$TRAVIS_OS_NAME" = "osx" ]]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!= 연산자 쓰면 되지 않을까요?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 그냥 "osx" 대신 "linux"를 비교하는 게 더 좋겠네요

@dahlia dahlia merged commit a2ac817 into nirum-lang:master Aug 21, 2016
@kkung kkung deleted the remove_osx_upx branch August 21, 2016 13:14
@dahlia dahlia added the cat:dist Category: Distribution and deployment (e.g., CI) label Aug 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:dist Category: Distribution and deployment (e.g., CI)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants