feat(list): add generic list implementation #1

Merged
rick merged 10 commits from feature/list into develop 2022-07-26 22:45:22 +02:00
Showing only changes of commit c38a06df87 - Show all commits

View File

@ -37,7 +37,7 @@ steps:
commands:
- cmake -S. -Bbuild
- cd build
- cmake --build
- cmake --build .
- ctest
trigger: