mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 12:44:24 +02:00
Update build script
This commit is contained in:
parent
46b2d2c56f
commit
fd39635fc5
10 changed files with 70 additions and 43 deletions
|
@ -1,3 +1,7 @@
|
|||
FROM archlinux:20200908
|
||||
RUN pacman -Sy --needed --noconfirm base-devel cmake scons
|
||||
RUN pacman -Sy --needed --noconfirm \
|
||||
base-devel \
|
||||
cmake \
|
||||
git \
|
||||
scons
|
||||
COPY . /src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue