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

init cross compilation setup #6

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

Conversation

yoshuawuyts
Copy link

@yoshuawuyts yoshuawuyts commented Aug 23, 2018

Initializes a cross compilation setup using crossgen. Works towards solving #5. Needs to have a key generated to work. Also doesn't setup appveyor yet, but includes some boilerplate so it can work in the future. Thanks!

file_glob: true
file: $CRATE_NAME-$TRAVIS_TAG-$TARGET.*
api_key:
secure: "{{TOKEN}}"
Copy link
Author

Choose a reason for hiding this comment

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

This must be replaced by an encrypted Travis key. This can be either done using the travis client using travis encrypt or see yoshuawuyts/crossgen#1 for alternatives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant