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

add files for CI binary distribution #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hone
Copy link
Collaborator

@hone hone commented Sep 7, 2017

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

Copy link
Collaborator

@wagenet wagenet left a comment

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
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
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
Copy link
Collaborator

wagenet commented Mar 21, 2018

@hone what's the status here?

@ianks
Copy link

ianks commented May 12, 2018

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

@wagenet
Copy link
Collaborator

wagenet commented May 14, 2018

@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.

None yet

3 participants