Skip to content

Consolidate Appveyor platforms#3285

Merged
bdbaddog merged 1 commit into
SCons:masterfrom
dmoody256:prune_appveyor_platforms
Jan 31, 2019
Merged

Consolidate Appveyor platforms#3285
bdbaddog merged 1 commit into
SCons:masterfrom
dmoody256:prune_appveyor_platforms

Conversation

@dmoody256
Copy link
Copy Markdown
Contributor

This PR reduces the number of configurations tested on appveyor to speed up the CI:

Current Configurations:

  • Windows Server 2012
    • with Python 2.7
    • with Python 3.6
  • Windows Server 2016
    • with Python 2.7
    • with Python 3.5
    • with Python 3.6
    • with Python 3.7

This PR will change it too:

  • Windows Server 2012
    • with Python 3.5
    • with Python 3.6
  • Windows Server 2016
    • with Python 2.7
    • with Python 3.7

Software installed on the different Windows version can be found here:
https://www.appveyor.com/docs/windows-images-software/

The different software we are most interested in this case are the visual studio versions:

  • Windows Server 2012

    • Visual Studio 2008 Express
    • Visual Studio 2010 Pro/Express
    • Visual Studio 2012 Pro/Express
    • Visual Studio 2013 Community
    • Visual Studio 2015 Community
  • Windows Server 2016

    • Visual Studio 2015 Community
    • Visual Studio 2017 Community

@bdbaddog bdbaddog merged commit 66add55 into SCons:master Jan 31, 2019
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.

2 participants