feat(list): update pipeline fix build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Rick Barenthin 2022-02-07 23:34:13 +01:00
parent dc35fd79aa
commit c38a06df87

View File

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