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

WIP: more windows build and CI changes #5629

Merged
merged 18 commits into from
Jan 26, 2016
Merged

Commits on Jan 25, 2016

  1. Configuration menu
    Copy the full SHA
    b2cb7e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eee386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb71eae View commit details
    Browse the repository at this point in the history
  4. CI: push result images on appveyor failure

    Redirect output of 7z command to not pollute the log with
    endless lines of "compressed file..."
    jankatins committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    5e16a3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8159b57 View commit details
    Browse the repository at this point in the history
  6. CI: Update conda package build.sh for unix/mac

    This file is optimized for CI ServiceS: travis for MACOSX build and
    CircleCI for Linux.
    jankatins committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    b501fd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7413fe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24cead7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1f6ca9 View commit details
    Browse the repository at this point in the history
  10. Win: build with a local freetype

    Makes it possible to use the local freetype config option in setup.cfg.
    
    Parts of this commit are from https://github.com/jbmohler/matplotlib-winbuild
    jankatins committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    01c2c6c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b9a65b0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f035525 View commit details
    Browse the repository at this point in the history
  13. conda: update patches

    jankatins committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    7753d0e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    428547d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a04e89 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. CI: work around some conda and appveyor issues

    Conda prefers the normal VS tools for py27 instead of the python
    specific ones and appeveyor has no 64bit versions installed there.
    
    Same for the py34 version of VS, which lacks the vcvars64.bat "hack":
    point 4 in
    http://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/#for-python-3-4
    
    Also fix some environtment variable leaks from the test environment
    to the conda build environment.
    
    Also fix the build error on 64bit builds
    jankatins committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    a1678f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df8feeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78a029d View commit details
    Browse the repository at this point in the history