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 537d1ca908 - Show all commits

View File

@ -33,7 +33,7 @@ name: feature
steps: steps:
- name: Run tests - name: Run tests
image: registry.riba-interactive.de/alpine-build:latest image: registry.riba-interactive.de/alpine-build:1
commands: commands:
- cmake -S. -Bbuild - cmake -S. -Bbuild
- cd build - cd build