Navigation Menu

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

Add Appveyor CI support #67

Merged
merged 1 commit into from Jun 4, 2015
Merged

Conversation

ebraminio
Copy link
Contributor

There is an ongoing Appveyor CI support add on harfbuzz here, don't know for sure but just guessed that can be useful for ots also and it is working, maybe we can upload the result somewhere so OTS binary would be easily accessible for average users without lot of hassle.

@luzpaz luzpaz mentioned this pull request Jun 2, 2015
12 tasks
@khaledhosny khaledhosny merged commit 0899511 into khaledhosny:master Jun 4, 2015
@khaledhosny
Copy link
Owner

Thanks. Uploading the build should be fine as well, no idea how though.

@anthrotype
Copy link
Contributor

You can use Github Releases. You need to create a Github OAuth token and then add a new provider under the "deploy" section in your appveyor.yml setup file.

http://www.appveyor.com/docs/deployment/github

deploy:
  - provider: GitHub
    auth_token:
      secure: <here goes your encrypted github api key>
    draft: false
    prerelease: false
    on:
      appveyor_repo_tag: true       # deploy on tag push only

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.

None yet

3 participants