This commit is contained in:
parent
8cb26ee316
commit
6aeab1449b
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue