Commit 54869740 authored by 神楽坂玲奈's avatar 神楽坂玲奈

NLua, tested

parent 504cbc67
Dockerfile
.git
.gitattributes
.gitignore
.gitmodules
.gitkeep
.dockerignore
...@@ -21,7 +21,6 @@ WORKDIR /usr/src/app/ygosharp ...@@ -21,7 +21,6 @@ WORKDIR /usr/src/app/ygosharp
RUN xbuild /property:Configuration=Release /property:OutDir=/usr/src/app/windbot/ RUN xbuild /property:Configuration=Release /property:OutDir=/usr/src/app/windbot/
RUN mv /usr/src/app/windbot /usr/src/app/windbot-source RUN mv /usr/src/app/windbot /usr/src/app/windbot-source
RUN nuget restore -NonInteractive
WORKDIR /usr/src/app/windbot-source/NLua/Core/KeraLua WORKDIR /usr/src/app/windbot-source/NLua/Core/KeraLua
ENV CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-m64 ENV CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-m64
RUN make -f Makefile.Linux RUN make -f Makefile.Linux
......
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