CI: Update build matrix & clean naming (#5040)

---------

Co-authored-by: ebbit1q <ebbit1q@gmail.com>
Co-authored-by: ZeldaZach <zahalpern+github@gmail.com>
This commit is contained in:
tooomm 2024-11-05 20:38:33 +01:00 committed by GitHub
parent 5f4ad87a47
commit 11d58abbc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 79 additions and 89 deletions

18
.ci/Arch/Dockerfile Normal file
View file

@ -0,0 +1,18 @@
from archlinux:latest
RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \
base-devel \
ccache \
cmake \
git \
gtest \
mariadb-libs \
protobuf \
qt6-base \
qt6-imageformats \
qt6-multimedia \
qt6-svg \
qt6-tools \
qt6-translations \
qt6-websockets \
&& pacman --sync --clean --clean --noconfirm