Skip to content

Commit 6d4153f

Browse files
committed
ci: make debs
1 parent f8e61a4 commit 6d4153f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.build.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,17 @@ requires:
4747
- xvfb
4848

4949
before_scripts:
50-
- ./html-cppcheck
51-
- ./debrepo-install 'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0 ctk-update-icon-cache libcail-3-0 libcail-3-dev'
52-
- ./install-from-git https://github.com/cafe-desktop/cafe-common master
53-
- ./install-from-git https://github.com/cafe-desktop/cafe-desktop master
54-
- ./install-from-git https://github.com/cafe-desktop/baul master
50+
# - ./html-cppcheck
51+
# - ./debrepo-install 'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0 ctk-update-icon-cache libcail-3-0 libcail-3-dev'
52+
# - ./install-from-git https://github.com/cafe-desktop/cafe-common master
53+
# - ./install-from-git https://github.com/cafe-desktop/cafe-desktop master
54+
# - ./install-from-git https://github.com/cafe-desktop/baul master
5555

5656
build_scripts:
57-
- ./before-build
58-
- ./make-scanbuild '--enable-compile-warnings=maximum'
59-
- ./after-build
57+
# - ./before-build
58+
# - ./make-scanbuild '--enable-compile-warnings=maximum'
59+
# - ./after-build
60+
- ./build-debs
6061

6162
after_scripts:
6263
- if [ -f "gen-index" ]; then ./gen-index -l 20; fi

0 commit comments

Comments
 (0)