From b47ca5d12f631e05455beba8405632de28171604 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 6 Feb 2025 17:47:15 +0100 Subject: [PATCH] ci: test debs --- .build.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.build.yml b/.build.yml index dc5b128..678e7c9 100644 --- a/.build.yml +++ b/.build.yml @@ -24,14 +24,15 @@ requires: - wget before_scripts: - - ./html-cppcheck - - ./install-from-git https://github.com/cafe-desktop/cafe-common master - - ./debrepo-install 'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0' +# - ./html-cppcheck +# - ./install-from-git https://github.com/cafe-desktop/cafe-common master + - ./debrepo-install 'libctk-3-dev cafe-common' build_scripts: - - ./before-build - - ./make-scanbuild '--enable-compile-warnings=maximum' - - ./after-build +# - ./before-build +# - ./make-scanbuild '--enable-compile-warnings=maximum' +# - ./after-build + - ./build-debs after_scripts: - if [ -f "gen-index" ]; then ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/cafe-icon-theme/raw/master/cafe/16x16/devices/input-keyboard.png; fi