Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
srvpro
Commits
5be21dde
Commit
5be21dde
authored
Mar 25, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compile ygosharp for windbot dlls
parent
ee3cfe4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1 deletion
+8
-1
.gitmodules
.gitmodules
+3
-0
Dockerfile
Dockerfile
+3
-0
windbot
windbot
+1
-1
ygosharp
ygosharp
+1
-0
No files found.
.gitmodules
View file @
5be21dde
...
@@ -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
Dockerfile
View file @
5be21dde
...
@@ -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/
...
...
windbot
@
a4f4415f
Subproject commit
3b1fd2ee1caf27b76a9e16e777e85b2da11f3772
Subproject commit
a4f4415f63f969b7c90d53912c54c036e4c667a1
ygosharp
@
7a2c41c6
Subproject commit 7a2c41c6b028ef564177a7eb8e17b77c1e9f0085
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment