ci: add make check phase
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bruno BELANYI 2021-10-12 15:36:27 +02:00
parent 8cb26ee316
commit 6aeab1449b

View file

@ -8,6 +8,13 @@ steps:
commands:
- nix flake check
- name: make check
commands:
- nix develop
- cmake -S . -B build -GNinja
- cmake --build build
- cmake --build build --target test
- name: notifiy
commands:
- nix run github:ambroisie/matrix-notifier