From 4ae539c26cd302171db0c53d82921fc9eb43d30f 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..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