This commit is contained in:
parent
8cb26ee316
commit
6aeab1449b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue