Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

add files for CI binary distribution#116

Open
hone wants to merge 1 commit into
tildeio:masterfrom
hone:ci_distribution
Open

add files for CI binary distribution#116
hone wants to merge 1 commit into
tildeio:masterfrom
hone:ci_distribution

Conversation

@hone

@hone hone commented Sep 7, 2017

Copy link
Copy Markdown
Collaborator

generate Appveyor and TravisCI configuration files to building binaries with CI.

@hone hone requested a review from chancancode September 7, 2017 07:13

@wagenet wagenet left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good, but just take a look at my two comments.

# if install returned non zero (errored) then we first unpublish and then call false so travis will bail at this line
# if [[ $INSTALL_RESULT != 0 ]]; then echo "returned $INSTALL_RESULT";node-pre-gyp unpublish;false; fi
# If success then we arrive here so lets clean up
# node-pre-gyp clean

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What's up with this commented out stuff?

end

def add_travis_yml_file
template ".travis.yml", "#{base_path}/.travis.yml"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Doesn't technically need to be a template since there are no variables in the file, but this also probably doesn't hurt.

@wagenet

wagenet commented Mar 21, 2018

Copy link
Copy Markdown
Collaborator

@hone what's the status here?

@ianks

ianks commented May 12, 2018

Copy link
Copy Markdown

@wagenet potentially we could merge this and address the comments in a separate PR?

@wagenet

wagenet commented May 14, 2018

Copy link
Copy Markdown
Collaborator

@hone I don't have a strong opinion at the moment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants