From 97a006b23500a6c0c7faee9ea70cf1c9953d3b1a Mon Sep 17 00:00:00 2001 From: Joshua Barnett Date: Thu, 26 Sep 2024 12:40:24 -0400 Subject: [PATCH] Update todo. --- TODO.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 00b974d..ca4d87f 100644 --- a/TODO.md +++ b/TODO.md @@ -1,13 +1,16 @@ # TODO -- [ ] Use a static path for the build context inside the container (`/home/ubuntu/racer`). -- [ ] User target triplet for build subdirectory. +- [ ] Tidy up the Git history of `feature/sdl-port`. +- [ ] Merge `feature/sdl-port` to `master`. +- [ ] Use target triplet for build subdirectory. +- [ ] Create new demo previews for the `README.md`. - [ ] Publish packages to the playtest app in steamworks. +- [ ] Clean up release if the build workflow failed. - [ ] Add sokol to the project. -- [ ] Tidy up the Git history of `feature/sdl-port`. - [ ] Explore using CPack for distributing project builds. - [ ] Merge CMake toolchains? - [ ] Figure out how to get audio working on WSLg. - [ ] Get Wayland working on WSLg. +- [x] Use a static path for the build context inside the container (`/opt/racer`). - [x] Refactor `CMakeLists.txt` `release` target to reused all but the `zip`/`tar.gz` parts. - [x] Get version number/release tag from `CMakeLists.txt`/`PROJECT_VERSION`. - [x] Calculate release sha without checkout in `release` job.