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

CI fixes #1744

Merged
merged 4 commits into from
Apr 6, 2019
Merged

CI fixes #1744

merged 4 commits into from
Apr 6, 2019

Commits on Apr 4, 2019

  1. Fixes for CI

    * Fix warning that not including a cmake source or build dir will be a fatal error (it is now on newest CMakes)
        * Fixes appveyor
    * Travis uses CMake 3.9 for more than a year now
    * Travis dropped sudo: false in December
    * Dropping Sphinx 2
    henryiii committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    448668b View commit details
    Browse the repository at this point in the history
  2. Additional CI fixes (clang7 warnings, pypy pinning, travis shuffle)

    - clang7: Suppress self-assign warnings; fix missing virtual dtors
    - pypy:
      - Keep old version (newer stuff breaks)
      - Pin packages to extra index for speed
    - travis:
      - Make docker explicit; remove docker if not needed
      - Make commands more verbose (for debugging / repro)
      - Make Ubuntu dist explicit per job
    eacousineau authored and henryiii committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    eb2525d View commit details
    Browse the repository at this point in the history
  3. Fixing Windows

    henryiii committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    82d67eb View commit details
    Browse the repository at this point in the history
  4. Adding names to travis

    henryiii committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    972637a View commit details
    Browse the repository at this point in the history