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: disable shared libs on Windows #67

Merged
merged 3 commits into from
May 10, 2022
Merged

CI: disable shared libs on Windows #67

merged 3 commits into from
May 10, 2022

Commits on May 10, 2022

  1. CI: disable shared libs on Windows

    Debugging tests on CI is super-hard and I am unable to get it to
    find all the DLLs on Windows, because it's all just a mess...
    danvratil committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d295ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d85647 View commit details
    Browse the repository at this point in the history
  3. CI: disable ASAN on Qt5 Windows

    Ideally we would use suppressions, but at this moment I don't
    see an easy way how to reproduce and debug this on Windows.
    danvratil committed May 10, 2022
    Configuration menu
    Copy the full SHA
    b6bb7b4 View commit details
    Browse the repository at this point in the history