Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
rd-ygopro
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
苍蓝
rd-ygopro
Commits
6949ee9e
Commit
6949ee9e
authored
Jun 15, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix appveyor
parent
355005be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
appveyor.yml
appveyor.yml
+4
-4
ocgcore
ocgcore
+1
-1
No files found.
appveyor.yml
View file @
6949ee9e
...
@@ -17,7 +17,7 @@ install:
...
@@ -17,7 +17,7 @@ install:
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.lua.org/ftp/lua-5.3.6.tar.gz ; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.lua.org/ftp/lua-5.3.6.tar.gz ; exit 0"
-
tar xf lua-5.3.6.tar.gz
-
tar xf lua-5.3.6.tar.gz
-
move lua-5.3.6
\src
lua
-
move lua-5.3.6 lua
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2020/sqlite-amalgamation-3310100.zip ; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2020/sqlite-amalgamation-3310100.zip ; exit 0"
-
7z x -y sqlite-amalgamation-3310100.zip
-
7z x -y sqlite-amalgamation-3310100.zip
...
@@ -39,9 +39,9 @@ after_build:
...
@@ -39,9 +39,9 @@ after_build:
-
ps
:
move bin\release\ygopro.exe .
-
ps
:
move bin\release\ygopro.exe .
# nodejs
# nodejs
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v1
4.15.0/node-v14.15.0
-win-x64.7z ; exit 0"
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v1
6.9.1/node-v16.9.1
-win-x64.7z ; exit 0"
-
7z x -y node-v1
4.15.0
-win-x64.7z
-
7z x -y node-v1
6.9.1
-win-x64.7z
-
mv node-v1
4.15.0
-win-x64 node
-
mv node-v1
6.9.1
-win-x64 node
# srvpro
# srvpro
-
git clone https://github.com/purerosefallen/ygopro-server
-
git clone https://github.com/purerosefallen/ygopro-server
...
...
ocgcore
@
b0a56a7d
Subproject commit
141fa84f23157216f03bf60969eb6557a17799ab
Subproject commit
b0a56a7dc2eeaf5469a0dafed4b26b595b4b2eb5
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