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

chore: test natively on Windows #426

Merged
merged 7 commits into from
Nov 7, 2023
Merged

Commits on Nov 7, 2023

  1. chore: test natively on Windows

    Previously, parts of the tooling didn't work on Windows, so WSL was used as a
    workaround for this use case. Things should work on Windows now, so test running
    directly instead of via WSL.
    
    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5854181 View commit details
    Browse the repository at this point in the history
  2. stop prefixing wsl to paths

    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f68f80a View commit details
    Browse the repository at this point in the history
  3. use path.join instead of / literal

    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a7f36cc View commit details
    Browse the repository at this point in the history
  4. append exe to install path on windows

    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f753891 View commit details
    Browse the repository at this point in the history
  5. append .exe to cached tool name on windows

    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ecbabe4 View commit details
    Browse the repository at this point in the history
  6. update readme

    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6abdba0 View commit details
    Browse the repository at this point in the history
  7. extract shared exe suffix logic

    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2ca0d8f View commit details
    Browse the repository at this point in the history