diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 13:31:06 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 13:31:06 +1000 |
commit | a49cc9f8948ce4c8d74d84ddf7f41826cd999dd9 (patch) | |
tree | fbf739550c957955ad6ea4ef8e1204355ca69c85 | |
parent | 5d2b7e95d9466ddb5118beddb532e2c2daad5c7d (diff) |
push
-rw-r--r-- | .github/workflows/continuous-workflow.yml | 2 | ||||
-rw-r--r-- | TODO.md | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/.github/workflows/continuous-workflow.yml b/.github/workflows/continuous-workflow.yml index 891270b..f9a3f53 100644 --- a/.github/workflows/continuous-workflow.yml +++ b/.github/workflows/continuous-workflow.yml @@ -19,5 +19,3 @@ jobs: run: find src/ -iname *.h -o -iname *.c | xargs clang-format --style=file --dry-run --Werror - name: Compile C code run: xmake build -y - # - name: Run tests - # run: xmake run -g tests @@ -1,9 +1,10 @@ - [ ] Port build to Makefile - glsl -> spirv - - compile static lib - - compile shared lib + - ~~compile static lib~~ + - ~~compile shared lib~~ - compile and run tests - compile example -- [ ] Consolidate down to one example -- [ ] Get rid of doxygen +- [ ] Consolidate down to a handful of examples +- [x] Get rid of doxygen - [ ] Move to Vulkan-first rendering +- [ ] Build in pipeline (needs vulkan)
\ No newline at end of file |