We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff63afe commit da80e25Copy full SHA for da80e25
.build.yml
@@ -55,7 +55,11 @@ requires:
55
56
before_scripts:
57
- ./html-cppcheck
58
- - ./install-from-git https://github.com/cafe-desktop/ctk master
+ - if [ ${DISTRO_VERSION} == "stable" ];then
59
+ - ./install-from-git https://github.com/cafe-desktop/ctk master
60
+ - else
61
+ - ./debrepo-install 'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0 libctk-3-doc'
62
+ - fi
63
- ./install-from-git https://github.com/cafe-desktop/cafe-common master
64
- ./install-from-git https://github.com/cafe-desktop/cafe-desktop master #required for make check
65
- ./install-from-git https://github.com/cafe-desktop/ctksourceview master meson '--libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu'
0 commit comments