Commit 5be21dde authored by 神楽坂玲奈's avatar 神楽坂玲奈

compile ygosharp for windbot dlls

parent ee3cfe4c
...@@ -5,3 +5,6 @@ ...@@ -5,3 +5,6 @@
[submodule "windbot"] [submodule "windbot"]
path = windbot path = windbot
url = https://github.com/mycard/windbot.git url = https://github.com/mycard/windbot.git
[submodule "ygosharp"]
path = ygosharp
url = https://github.com/IceYGO/ygosharp
...@@ -17,6 +17,9 @@ WORKDIR /usr/src/app/ygopro ...@@ -17,6 +17,9 @@ WORKDIR /usr/src/app/ygopro
RUN ln -s bin/release/ygopro ygopro RUN ln -s bin/release/ygopro ygopro
RUN strip ygopro RUN strip ygopro
WORKDIR /usr/src/app/ygosharp
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
WORKDIR /usr/src/app/windbot-source WORKDIR /usr/src/app/windbot-source
RUN xbuild /property:Configuration=Release /property:OutDir=/usr/src/app/windbot/ RUN xbuild /property:Configuration=Release /property:OutDir=/usr/src/app/windbot/
......
Subproject commit 3b1fd2ee1caf27b76a9e16e777e85b2da11f3772 Subproject commit a4f4415f63f969b7c90d53912c54c036e4c667a1
Subproject commit 7a2c41c6b028ef564177a7eb8e17b77c1e9f0085
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