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

PR: Add installer tests for Linux and Windows #20601

Merged
merged 6 commits into from
Feb 28, 2023

Commits on Feb 28, 2023

  1. Add linux installer test

    mrclary committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    10d4a75 View commit details
    Browse the repository at this point in the history
  2. Add Windows installer test

    mrclary committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    fdf7f30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb0f7ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c445f1d View commit details
    Browse the repository at this point in the history
  5. Provide ssh debugging

    mrclary committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b1da0ac View commit details
    Browse the repository at this point in the history
  6. Windows test to use cmd shell in separate step

    Tried the following:
    * cmd shell instead of bash
    * removing start /wait
    * cmd.exe -c
    * //C instead of /C
    
    Note: double forward slash required on CI when executing cmd.exe from bash, else only cmd.exe is executed and remainder is ignored; this is opposite of WSL on local VM in which double forward slash only executes cmd.exe, while single slash behaves as expected.
    mrclary committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    fc63e2e View commit details
    Browse the repository at this point in the history