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

first attempt to run tests on windows #3622

Merged
merged 18 commits into from
Aug 4, 2023
Merged

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    8511775 View commit details
    Browse the repository at this point in the history
  2. Also parse .proto files in plugin subdirectories

    Followup fix for DFHack#3184
    lethosor committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b17ca80 View commit details
    Browse the repository at this point in the history
  3. Disable RPC API docs for plugins that aren't currently built

    This allows ci/check-rpc.py to pass, and will cause it to fail if the plugins
    are re-enabled and we forget to un-disable the docs.
    lethosor committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1411c5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55f1b0d View commit details
    Browse the repository at this point in the history
  5. trim windows test build

    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    819cd53 View commit details
    Browse the repository at this point in the history
  6. fix env setting on windows

    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    59a2d3a View commit details
    Browse the repository at this point in the history
  7. more windows fixups

    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    27b5d1e View commit details
    Browse the repository at this point in the history
  8. adapt to new DF init paths

    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    556c1ef View commit details
    Browse the repository at this point in the history
  9. reduce windows cache size

    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    775c60b View commit details
    Browse the repository at this point in the history
  10. fix path creation

    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5f5981f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2b7865a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c4662d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    43a1fdc View commit details
    Browse the repository at this point in the history
  14. zero tests mean pass

    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ec461bc View commit details
    Browse the repository at this point in the history
  15. test RPC interface

    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    081e938 View commit details
    Browse the repository at this point in the history
  16. put all tests in a matrix

    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f28b469 View commit details
    Browse the repository at this point in the history
  17. enable some core tests

    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e3161b8 View commit details
    Browse the repository at this point in the history
  18. run ./dfhack instead of ./dwarfort on linux so we can see output

    since we set the tty params
    myk002 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d3884bd View commit details
    Browse the repository at this point in the history