CI: add a deps-kaos for convenience in building there

This commit is contained in:
Adriaan de Groot 2023-10-24 00:00:21 +02:00
parent 7141450e37
commit 01564695a6

24
ci/deps-kaos.sh Normal file
View File

@ -0,0 +1,24 @@
#! /bin/sh
#
# Install dependencies for building on KaOS
#
# There is no docker image for KaOS, and the live ISO comes
# with many useful things already installed, so the list
# here is short.
#
pacman -Sy git cmake ninja # No jq available
pacman -Sy \
"gcc" \
"boost" \
"qt5-tools" \
"yaml-cpp" \
"kpmcore" \
"icu"
pacman -Sy \
"extra-cmake-modules" \
"kiconthemes" \
"kservice" \
"kio" \
"kparts" \
"qtwebengine"