Skip to content

Commit

Permalink
ci: test debs
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jul 27, 2023
1 parent 60ea0fa commit d0dae6f
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:
- yelp-tools

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 gir1.2-ctk-3.0 libctk-3-common libctk-3-0'

build_scripts:
- ./before-build
- ./make-scanbuild '--enable-compile-warnings=maximum'
- ./after-build
# - ./before-build
# - ./make-scanbuild '--enable-compile-warnings=maximum'
# - ./after-build
- ./build-debs https://github.com/cafe-desktop/debian-packages master cafe-calc

after_scripts:
- if [ -f "gen-index" ]; then ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/cafe-icon-theme/raw/master/cafe/16x16/apps/accessories-calculator.png; fi

0 comments on commit d0dae6f

Please sign in to comment.