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

Add a Windows CI. #695

Merged
merged 9 commits into from
Aug 31, 2024
Merged

Add a Windows CI. #695

merged 9 commits into from
Aug 31, 2024

Commits on Aug 27, 2024

  1. Add a Windows CI.

    Compilation of kiwix-tools is broken on Windows.
    But let's setup the CI to validate the PR.
    mgautierfr committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9eab766 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    76b6178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    504a7a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    945c4d6 View commit details
    Browse the repository at this point in the history
  4. Don't use sig_atomic_t on Windows.

    We don't setup signal handler on Windows, so we can replace
    `volatil sig_atomic_t` by simple `bool`.
    mgautierfr committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cebe079 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a4b750 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    504affb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b454266 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    c94c1ba View commit details
    Browse the repository at this point in the history