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

(maint) Fix up AppVeyor #414

Merged
merged 1 commit into from
May 5, 2016
Merged

Commits on May 4, 2016

  1. (maint) Fix up AppVeyor

    AppVeyor images were updated to include software that installs OpenSSL
    binaries to `C:\Windows\System32`.
    https://msdn.microsoft.com/en-us/library/7d83bc18.aspx describes the
    Windows search path, which puts the Windows system directory before
    PATH. The easiest way to ensure the libraries are loaded earlier is to
    put them in the same directory as the test executable, so do that.
    MikaelSmith committed May 4, 2016
    Configuration menu
    Copy the full SHA
    4f28a60 View commit details
    Browse the repository at this point in the history