Commit 6439702c authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 8ee51f3a 139fd91d
.git*
.dockerignore
Dockerfile*
/docs
/README.md
/*.coffee
/LICENSE
...@@ -26,7 +26,7 @@ RUN npm ci && \ ...@@ -26,7 +26,7 @@ RUN npm ci && \
mkdir config decks replays logs /redis mkdir config decks replays logs /redis
# ygopro # ygopro
RUN git clone --branch=server --recursive https://github.com/purerosefallen/ygopro /ygopro-server/ygopro RUN git clone --branch=server --recursive --depth=1 https://github.com/purerosefallen/ygopro /ygopro-server/ygopro
WORKDIR /ygopro-server/ygopro WORKDIR /ygopro-server/ygopro
RUN git submodule foreach git checkout master && \ RUN git submodule foreach git checkout master && \
wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz | tar zfx - && \ wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz | tar zfx - && \
...@@ -39,7 +39,7 @@ RUN git submodule foreach git checkout master && \ ...@@ -39,7 +39,7 @@ RUN git submodule foreach git checkout master && \
mkdir replay expansions mkdir replay expansions
# windbot # windbot
RUN git clone https://github.com/purerosefallen/windbot /ygopro-server/windbot RUN git clone --depth=1 https://github.com/purerosefallen/windbot --depth=1/ygopro-server/windbot
WORKDIR /ygopro-server/windbot WORKDIR /ygopro-server/windbot
RUN xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5" && \ RUN xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5" && \
ln -s ./bin/Release/WindBot.exe . && \ ln -s ./bin/Release/WindBot.exe . && \
......
...@@ -24,7 +24,7 @@ RUN npm ci && \ ...@@ -24,7 +24,7 @@ RUN npm ci && \
mkdir config decks replays logs mkdir config decks replays logs
# ygopro # ygopro
RUN git clone --branch=server --recursive https://github.com/purerosefallen/ygopro /ygopro-server/ygopro RUN git clone --branch=server --recursive --depth=1 https://github.com/purerosefallen/ygopro /ygopro-server/ygopro
WORKDIR /ygopro-server/ygopro WORKDIR /ygopro-server/ygopro
RUN git submodule foreach git checkout master && \ RUN git submodule foreach git checkout master && \
wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz | tar zfx - && \ wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz | tar zfx - && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment