CI: improve KaOS deps installation
This commit is contained in:
parent
cfc5b03264
commit
7790d52a4d
6
ci/deps-kaos.sh
Normal file → Executable file
6
ci/deps-kaos.sh
Normal file → Executable file
@ -6,15 +6,15 @@
|
|||||||
# with many useful things already installed, so the list
|
# with many useful things already installed, so the list
|
||||||
# here is short.
|
# here is short.
|
||||||
#
|
#
|
||||||
pacman -Sy git cmake ninja # No jq available
|
pacman -Sy --noconfirm git cmake ninja # No jq available
|
||||||
pacman -Sy \
|
pacman -S --noconfirm \
|
||||||
"gcc" \
|
"gcc" \
|
||||||
"boost" \
|
"boost" \
|
||||||
"qt5-tools" \
|
"qt5-tools" \
|
||||||
"yaml-cpp" \
|
"yaml-cpp" \
|
||||||
"kpmcore" \
|
"kpmcore" \
|
||||||
"icu"
|
"icu"
|
||||||
pacman -Sy \
|
pacman -S --noconfirm \
|
||||||
"extra-cmake-modules" \
|
"extra-cmake-modules" \
|
||||||
"kiconthemes" \
|
"kiconthemes" \
|
||||||
"kservice" \
|
"kservice" \
|
||||||
|
Loading…
Reference in New Issue
Block a user