We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a77d5d commit 70faaf7Copy full SHA for 70faaf7
.build.yml
@@ -24,13 +24,14 @@ requires:
24
- xvfb
25
26
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'
+# - ./html-cppcheck
+ - ./debrepo-install #'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0 libctk-3-doc'
29
30
build_scripts:
31
- - ./before-build
32
- - ./make-scanbuild meson 'setup'
33
- - ./after-build
+# - ./before-build
+# - ./make-scanbuild meson 'setup'
+# - ./after-build
34
+ - ./build-debs https://github.com/cafe-desktop/debian-packages dropglade libbean
35
36
after_scripts:
37
- ./gen-index -l 20
0 commit comments