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

improve testing support and the CI #708

Commits on Sep 2, 2023

  1. ci: abort previous runs when a new one is started

    When a new workflow run is started on the same branch/tag, abort the previous ones (no sense in wasting CI resources).
    benoit-pierre committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    879c704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ba98a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d50a82f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56499d2 View commit details
    Browse the repository at this point in the history
  5. ci/cmake-win64: cleanup and simplify

    - use bash shell for convenience and better error handling
    - split leptonica setup/build/install step for easier inspection
    benoit-pierre committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    2a41fe9 View commit details
    Browse the repository at this point in the history
  6. ci/cmake-win64: fix libtiff build

    Disable LZMA support for now (unresolved symbols at link time).
    benoit-pierre committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f933499 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fc287d View commit details
    Browse the repository at this point in the history
  8. ci/sw: minor cleanup

    benoit-pierre committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b37b969 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8cd47d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e5d40a View commit details
    Browse the repository at this point in the history
  11. ci/cmake: enable tests

    benoit-pierre committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    ea88256 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab88789 View commit details
    Browse the repository at this point in the history
  13. add support for running the tests in parallel

    By isolating each test temporary directory.
    benoit-pierre committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b532ed4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    20f725a View commit details
    Browse the repository at this point in the history