Skip to content

Commit 70faaf7

Browse files
committed
ci: test debs
1 parent 8a77d5d commit 70faaf7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ requires:
2424
- xvfb
2525

2626
before_scripts:
27-
- ./html-cppcheck
28-
- ./debrepo-install 'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0 libctk-3-doc'
27+
# - ./html-cppcheck
28+
- ./debrepo-install #'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0 libctk-3-doc'
2929

3030
build_scripts:
31-
- ./before-build
32-
- ./make-scanbuild meson 'setup'
33-
- ./after-build
31+
# - ./before-build
32+
# - ./make-scanbuild meson 'setup'
33+
# - ./after-build
34+
- ./build-debs https://github.com/cafe-desktop/debian-packages dropglade libbean
3435

3536
after_scripts:
3637
- ./gen-index -l 20

0 commit comments

Comments
 (0)