From 3b224d6424a074b449af7cf18e9d857335dd0712 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 14 Apr 2024 01:58:46 +0200 Subject: [PATCH] ci: test debs --- .build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index d2d4706..47a495f 100644 --- a/.build.yml +++ b/.build.yml @@ -18,8 +18,9 @@ requires: - pkg-config before_scripts: - - ./install-from-git https://github.com/cafe-desktop/cafe-common master +# - ./install-from-git https://github.com/cafe-desktop/cafe-common master + - ./debrepo-install 'cafe-common' build_scripts: - - ./make-scanbuild - - ./exit-warning + - ./build-debs +# - ./exit-warning