Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Nanahira-Cards
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
nanahira
Nanahira-Cards
Commits
46c01fbb
Commit
46c01fbb
authored
Dec 23, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto_cdb
parent
e0a6b17e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
4 deletions
+22
-4
appveyor.yml
appveyor.yml
+22
-4
No files found.
appveyor.yml
View file @
46c01fbb
...
...
@@ -3,18 +3,36 @@ version: '{build}'
environment
:
AUTH_TOKEN
:
secure
:
EQ9miMjfX/QAoBvgc6D+JLmHatLyxOEKZ/uo68QijxWW5Gp4MzB/pOH9+u2GlDVO
build_script
:
install
:
-
git config --global user.name "purerosefallen"
-
git config --global user.email "78877@qq.com"
-
git checkout master
-
git clone https://github.com/purerosefallen/ygopro-222DIY
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://sqlite.org/2017/sqlite-tools-win32-x86-3210000.zip ; exit 0"
-
7z x sqlite-tools-win32-x86-3210000.zip
-
mv -f sqlite-tools-win32-x86-3210000/sqlite3.exe /bin/
-
git clone https://github.com/purerosefallen/ygopro-222DIY
build_script
:
-
bash -c "sqlite3 expansions/7cgl.cdb .dump > nanahira.sql"
-
cd ygopro-222DIY
-
cp -rf ../expansions/script expansions
-
bash -c "sqlite3 expansions/222DIY.cdb .dump > ../222-master.sql"
-
rm -rf expansions/222DIY.cdb
-
bash -c "sqlite3 expansions/222DIY.cdb < ../nanahira.sql &> /null"
-
bash -c "sqlite3 expansions/222DIY.cdb < ../222-master.sql &> /null"
-
cp -rf ../expansions/script expansions
-
git add . -A
-
git commit -m "Auto Push by Nanahira"
-
bash -c "sqlite3 expansions/222DIY.cdb .dump > ../222-data.sql"
-
rm -rf expansions/222DIY.cdb
-
bash -c "sqlite3 expansions/222DIY.cdb < ../nanahira.sql &> /null"
-
bash -c "sqlite3 expansions/222DIY.cdb < ../222-data.sql &> /null"
-
git checkout data
-
cp -rf ../expansions/pics expansions
...
...
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