CI: add a deps-kaos for convenience in building there
This commit is contained in:
parent
7141450e37
commit
01564695a6
24
ci/deps-kaos.sh
Normal file
24
ci/deps-kaos.sh
Normal 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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user