Skip to content

Commit da80e25

Browse files
committed
ci: only install ctk from git in stable
1 parent ff63afe commit da80e25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ requires:
5555

5656
before_scripts:
5757
- ./html-cppcheck
58-
- ./install-from-git https://github.com/cafe-desktop/ctk master
58+
- 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
5963
- ./install-from-git https://github.com/cafe-desktop/cafe-common master
6064
- ./install-from-git https://github.com/cafe-desktop/cafe-desktop master #required for make check
6165
- ./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

Comments
 (0)