-
Notifications
You must be signed in to change notification settings - Fork 60
add files for CI binary distribution #116
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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.
@hone what's the status here? |
@wagenet potentially we could merge this and address the comments in a separate PR? |
@hone I don't have a strong opinion at the moment. |
generate Appveyor and TravisCI configuration files to building binaries with CI.