From cfadf8f95a6174ead36b1c22f7ba54b582e01733 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 7 Nov 2023 00:11:52 +0100 Subject: [PATCH] CI: add a -deps shell script for EndeavourOS --- ci/deps-endeavouros.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 ci/deps-endeavouros.sh diff --git a/ci/deps-endeavouros.sh b/ci/deps-endeavouros.sh new file mode 100755 index 000000000..93ee1b95e --- /dev/null +++ b/ci/deps-endeavouros.sh @@ -0,0 +1,11 @@ +#! /bin/sh +# +# Install dependencies for building on EndeavourOS +# +# There is no docker image for EndeavoudOS, and the live ISO +# for Cassini Nova is KF5 / Qt5 based, but we can build there. +# It even has most of the build-deps already installed. +pacman -Syu --noconfirm git cmake ninja jq +pacman -S --noconfirm gcc yaml-cpp icu +pacman -S --noconfigm extra-cmake-modules +