NVIDIAGameWorks / NVIDIAGameWorks/rtx-remix
[Toolkit feature]: Add Github Actions to toolkit-remix
@nxkb is already working on this.
Since Oct 23, 2024.
- Dominant language
- No language data
- Stars
- 1.7k
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Contact Details (Optional)
No response
What is the context of the feature/improvement?
This would allow us to easily test the new toolkit versions and report back on new features or report bugs.
Currently most users are not equipped to build the toolkit on their own PC.
Please describe the feature/improvement?
Update the build-windows.yml workflow file in the toolkit-remix repository to allow building the toolkit.
What would be your solution? (optional)
I have put together a (very janky) build workflow here:
https://github.com/Kim2091/toolkit-remix/blob/main/.github/workflows/build-windows.yml
Currently it fails on building code related to the GPU, as GitHub's actions VMs do not have CUDA supported GPUs.
Removing this code allows it to progress, but of course breaks it: https://github.com/Kim2091/toolkit-remix/commit/6d63919384c4189c61e386d03651252ec9943bfb
Version
202x.x.x
Media
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.