mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
More OS support (#3915)
This commit is contained in:
parent
9cec0852bb
commit
e8d5715f7a
7 changed files with 292 additions and 22 deletions
14
.ci/ArchLinux/Dockerfile
Normal file
14
.ci/ArchLinux/Dockerfile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
from archlinux:latest
|
||||
|
||||
RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \
|
||||
base-devel \
|
||||
ccache \
|
||||
cmake \
|
||||
git \
|
||||
protobuf \
|
||||
qt5-base \
|
||||
qt5-multimedia \
|
||||
qt5-svg \
|
||||
qt5-tools \
|
||||
qt5-websockets \
|
||||
&& pacman --sync --clean --clean --noconfirm
|
||||
Loading…
Add table
Add a link
Reference in a new issue