From 6aeab1449bb42cbda9a5313fcc4640e02a5df9f0 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 12 Oct 2021 15:36:27 +0200 Subject: [PATCH] ci: add make check phase --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index e52d282..37c952c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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