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 some GitHub workflows to the project #22

Open
peterino2 opened this issue Nov 7, 2023 · 0 comments
Open

Add some GitHub workflows to the project #22

peterino2 opened this issue Nov 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@peterino2
Copy link
Owner

I suspect that workflows won't be too expensive for this project especially on Linux but several sub tasks would need to be completed in order to make this happen.

  • create a docker container with the ability to build the default Linux system with the correct support packages: glfw, lunarg vulkan sdk,
  • spin up a GitHub runner on some local hardware which can run some automated testing on a variety of different release builds: ReleaseSafe, ReleaseFast.
  • unit testing for all modules which currently have unit tests (p2, papyrus, obj loader).
  • automated testing on the main programs (demo, UI sample)

And a goal for much later:

  • and a variety of different systems: windows, macos, Ubuntu (oldest still supported lts and latest unstable). Linux builds should just be able to download artifacts from the GitHub actions.
@peterino2 peterino2 added the enhancement New feature or request label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant