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 tests on Linux, macOS and Windows to CI/CD #873

Closed
tig opened this issue Aug 15, 2020 · 0 comments
Closed

Add tests on Linux, macOS and Windows to CI/CD #873

tig opened this issue Aug 15, 2020 · 0 comments
Assignees
Labels
build-and-deploy Issues regarding to building and deploying Terminal.Gui testing Issues related to testing
Milestone

Comments

@tig
Copy link
Collaborator

tig commented Aug 15, 2020

Running a CI job against multiple OS versions can be configured via a build matrix:

jobs:
  build:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ ubuntu-latest, windows-latest, macos-latest ]

The above should be added to the dotnet-core.yml Action.

@tig tig added 1.0 build-and-deploy Issues regarding to building and deploying Terminal.Gui labels Aug 15, 2020
@tig tig self-assigned this Aug 15, 2020
@tig tig added this to the v1.0 milestone Sep 28, 2020
@tig tig removed the 1.0 label Mar 9, 2021
@tig tig removed this from the v1.0 milestone Apr 28, 2021
@tig tig changed the title Add Test on Linux, macOS and Windows to CI/CD Add tests on Linux, macOS and Windows to CI/CD Jan 19, 2024
@tig tig added the testing Issues related to testing label Jan 19, 2024
@tig tig closed this as completed Jul 7, 2024
@tig tig mentioned this issue Jul 7, 2024
14 tasks
@tig tig added this to the V2 Alpha milestone Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-and-deploy Issues regarding to building and deploying Terminal.Gui testing Issues related to testing
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant