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
4598ffe2
Commit
4598ffe2
authored
Dec 23, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "auto_cdb"
This reverts commit
46c01fbb
.
parent
46c01fbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
22 deletions
+4
-22
appveyor.yml
appveyor.yml
+4
-22
No files found.
appveyor.yml
View file @
4598ffe2
...
@@ -4,36 +4,18 @@ environment:
...
@@ -4,36 +4,18 @@ environment:
AUTH_TOKEN
:
AUTH_TOKEN
:
secure
:
EQ9miMjfX/QAoBvgc6D+JLmHatLyxOEKZ/uo68QijxWW5Gp4MzB/pOH9+u2GlDVO
secure
:
EQ9miMjfX/QAoBvgc6D+JLmHatLyxOEKZ/uo68QijxWW5Gp4MzB/pOH9+u2GlDVO
install
:
build_script
:
-
git config --global user.name "purerosefallen"
-
git config --global user.name "purerosefallen"
-
git config --global user.email "78877@qq.com"
-
git config --global user.email "78877@qq.com"
-
git checkout master
-
git checkout master
-
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
-
git clone https://github.com/purerosefallen/ygopro-222DIY
build_script
:
-
bash -c "sqlite3 expansions/7cgl.cdb .dump > nanahira.sql"
-
cd ygopro-222DIY
-
cd ygopro-222DIY
-
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
-
cp -rf ../expansions/script expansions
-
git add . -A
-
git add . -A
-
git commit -m "Auto Push by Nanahira"
-
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
-
git checkout data
-
cp -rf ../expansions/pics expansions
-
cp -rf ../expansions/pics expansions
-
cp -rf ../expansions/script expansions
-
cp -rf ../expansions/script 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