Skip to content

Commit

Permalink
ci: test debs
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Feb 12, 2025
1 parent 28c310f commit 92b0e34
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- ./debrepo-install

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

0 comments on commit 92b0e34

Please sign in to comment.