Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
W
windbot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
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
Tang Xinwei
windbot
Commits
60a4ba27
Commit
60a4ba27
authored
Oct 29, 2017
by
Momobako
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appv
parent
e37b72b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
appveyor.yml
appveyor.yml
+37
-0
pm2.json
pm2.json
+8
-0
No files found.
appveyor.yml
0 → 100644
View file @
60a4ba27
version
:
'
{build}'
skip_tags
:
true
install
:
configuration
:
Release
build
:
project
:
Windbot.sln
parallel
:
true
after_build
:
-
git config --global user.name "Smile-DK"
-
git config --global user.email "2236141431@qq.com"
-
mkdir WindBot
-
cp -rf bin/x86/Release/* WindBot
-
git clone https://github.com/moecube/ygopro-database
-
cp -rf ygopro-database/locales/zh-CN/cards.cdb WindBot
-
git clone https://github.com/Smile-DK/ygopro-svrelease
-
cd ygopro-svrelease
-
rm -rf WindBot
-
cp -rf ../WindBot .
-
git add . -A
-
git commit -m "Windbot pushed by Appveyor"
-
git push %Smile%Smile-DK/ygopro-svrelease master
-
cd ..
-
7z a WindBot.7z WindBot
test
:
off
artifacts
:
-
path
:
WindBot.7z
name
:
WindBot
branches
:
only
:
-
master
pm2.json
0 → 100644
View file @
60a4ba27
{
"name"
:
"windbot-server"
,
"interpreter"
:
"/usr/bin/mono"
,
"script"
:
"WindBot.exe"
,
"args"
:
"2399"
,
"error_file"
:
"error.log"
,
"out_file"
:
"log.log"
}
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