Skip to content

Commit

Permalink
Update todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Sep 26, 2024
1 parent 7aad59e commit 97a006b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 97a006b

Please sign in to comment.