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

[DRAFT] CI: Enable testing on Windows #388

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft

Commits on May 25, 2022

  1. Satisfy testing on macOS

    This skips some tests currently not working on macOS.
    amotl committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1b7bbb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2b5c7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edeb599 View commit details
    Browse the repository at this point in the history
  4. CI: Enable testing on Windows

    amotl committed May 25, 2022
    Configuration menu
    Copy the full SHA
    18b332f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9920f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea3fee2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    769c627 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cba456 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f589521 View commit details
    Browse the repository at this point in the history
  10. CI: Disable IPv6 on Windows

    amotl committed May 25, 2022
    Configuration menu
    Copy the full SHA
    3e788da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a1c22f View commit details
    Browse the repository at this point in the history
  12. CI: Fix Windows path handling

    "COPY X FROM Y" must use paths in URI format on Windows, see
    https://docs.microsoft.com/en-us/archive/blogs/ie/file-uris-in-windows
    amotl committed May 25, 2022
    Configuration menu
    Copy the full SHA
    a2c86cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c87dc71 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39fbad7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8717536 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0d0c4c4 View commit details
    Browse the repository at this point in the history
  17. CI: Add comment

    amotl committed May 25, 2022
    Configuration menu
    Copy the full SHA
    100aa9f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    18e60c3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2a73fdd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0e5533f View commit details
    Browse the repository at this point in the history
  21. CI: Adjust GHA/Windows

    amotl committed May 25, 2022
    Configuration menu
    Copy the full SHA
    04ebe12 View commit details
    Browse the repository at this point in the history
  22. CI: GHA/Windows again

    amotl committed May 25, 2022
    Configuration menu
    Copy the full SHA
    cb54ce8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f5abad9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7f8ca8b View commit details
    Browse the repository at this point in the history
  25. CI: Don't fail fast when invoking the test matrix

    In this manner, the outcome can be better inspected regarding deviances
    and flaky behavior; specifically when so many things on the CI
    environment setup is being changed.
    
    It can be reverted again later.
    amotl committed May 25, 2022
    Configuration menu
    Copy the full SHA
    7d45ba0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    73b94ad View commit details
    Browse the repository at this point in the history