diff --git a/.drone.yml b/.drone.yml index e52d282..5d71905 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,13 @@ steps: commands: - nix flake check +- name: make check + commands: + - . <(nix print-dev-env) + - cmake -S . -B build -GNinja + - cmake --build build + - cmake --build build --target test + - name: notifiy commands: - nix run github:ambroisie/matrix-notifier