Skip to content

Commit

Permalink
ci: only install ctk from git in stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Aug 7, 2024
1 parent ff63afe commit 4f5ab40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ requires:

before_scripts:
- ./html-cppcheck
- ./install-from-git https://github.com/cafe-desktop/ctk master
- if [ ${DISTRO_NAME} == "debian" && ${DISTRO_VERSION} == "stable" ];then
- ./install-from-git https://github.com/cafe-desktop/ctk master
- else
- ./debrepo-install 'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0 libctk-3-doc'
- fi
- ./install-from-git https://github.com/cafe-desktop/cafe-common master
- ./install-from-git https://github.com/cafe-desktop/cafe-desktop master #required for make check
- ./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'
Expand Down

0 comments on commit 4f5ab40

Please sign in to comment.