feat(list): update pipeline to execute tests
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
0cf7cb79af
commit
dc35fd79aa
@ -35,6 +35,9 @@ steps:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
image: registry.riba-interactive.de/alpine-build:latest
|
image: registry.riba-interactive.de/alpine-build:latest
|
||||||
commands:
|
commands:
|
||||||
|
- cmake -S. -Bbuild
|
||||||
|
- cd build
|
||||||
|
- cmake --build
|
||||||
- ctest
|
- ctest
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user