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 dc35fd79aa - Show all commits

View File

@ -35,6 +35,9 @@ steps:
- name: Run tests
image: registry.riba-interactive.de/alpine-build:latest
commands:
- cmake -S. -Bbuild
- cd build
- cmake --build
- ctest
trigger: