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

appveyor.yml: Add MSVC 16 2019 support #1780

Merged
merged 4 commits into from
Nov 2, 2019

Commits on Oct 16, 2019

  1. appveyor: Pass the generator platform explicitly

    In a future commit we want to add support for MSVC 2019. For that
    version cmake requires us to pass in the architecture not part of the
    generator but explicitly.
    
    So let's pass that in always like that. This also removes the doubling
    of the platform/architecture.
    t-b committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    7a52115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5541a2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01e486b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6cbdf9 View commit details
    Browse the repository at this point in the history