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.yml for Windows testing/wheel/sdist #47

Closed
wants to merge 3 commits into from

Commits on Jun 30, 2017

  1. Add appveyor.yml for Windows testing/wheel/sdist

    For this to get used:
    
    * Create an AppVeyor account and add this GitHub repository to it
    * Settings I choose to change
      * General
        * Build version format
          * {build}
          * Note that with vcversioner or similar this can be overwritten to include the calculated version
      * Environment
        * Environment variables
          * `APPVEYOR_RDP_PASSWORD`
            * Whatever password you might want.  You can click the lock icon to the right to mask the value.  This would only be accessible to people you give permission to to change settings.
          * `ENABLE_RDP`
            * With my code leaving it empty disables it, setting to `1` enables
    
    The [RDP](https://en.wikipedia.org/wiki/Remote_Desktop_Protocol) feature allows you to connect in with a full Windows desktop during the build and check files and try building stuff.  This eases debugging of build issues.  Hopefully this wouldn't need to get used much.
    
    The rest of the configuration is here in the `appveyor.yml` file.
    altendky authored Jun 30, 2017
    Configuration menu
    Copy the full SHA
    76bd985 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    1775b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117b3af View commit details
    Browse the repository at this point in the history