Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
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
MobiusMei
ygopro
Commits
45f10c87
Commit
45f10c87
authored
Sep 22, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test appveyor
parent
7ca7b791
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
appveyor.yml
appveyor.yml
+15
-15
No files found.
appveyor.yml
View file @
45f10c87
...
...
@@ -5,21 +5,21 @@ install:
-
git submodule update --init --recursive
# environment and system dependency
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/premake/premake-core/releases/download/v5.0.0-beta
1/premake-5.0.0-beta1
-windows.zip ; exit 0"
-
7z x premake-5.0.0-beta
1
-windows.zip
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/premake/premake-core/releases/download/v5.0.0-beta
2/premake-5.0.0-beta2
-windows.zip ; exit 0"
-
7z x premake-5.0.0-beta
2
-windows.zip
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz ; exit 0"
-
tar xf libevent-2.0.22-stable.tar.gz
-
move libevent-2.0.22-stable event
-
xcopy /E event\WIN32-Code event\include
-
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
-
move lua-5.
3.6
\src lua
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.lua.org/ftp/lua-5.
4.4
.tar.gz ; exit 0"
-
tar xf lua-5.
4.4
.tar.gz
-
move lua-5.
4.4
\src lua
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/202
0/sqlite-amalgamation-33101
00.zip ; exit 0"
-
7z x sqlite-amalgamation-33
101
00.zip
-
move sqlite-amalgamation-33
101
00 sqlite3
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/202
2/sqlite-amalgamation-33903
00.zip ; exit 0"
-
7z x sqlite-amalgamation-33
903
00.zip
-
move sqlite-amalgamation-33
903
00 sqlite3
# let premake happy
-
xcopy /E premake\* .
...
...
@@ -30,20 +30,20 @@ install:
configuration
:
Release
build
:
project
:
build/
yg
o.sln
project
:
build/
YGOPr
o.sln
parallel
:
true
after_build
:
-
ps
:
move bin\release\
ygop
ro.exe .
-
ps
:
move bin\release\
YGOP
ro.exe .
test
:
off
artifacts
:
-
path
:
ygop
ro.exe
name
:
ygop
ro(server)
-
path
:
YGOP
ro.exe
name
:
YGOP
ro(server)
cache
:
-
premake-5.0.0-beta
1
-windows.zip
-
premake-5.0.0-beta
2
-windows.zip
-
libevent-2.0.22-stable.tar.gz
-
lua-5.
3.6
.tar.gz
-
sqlite-amalgamation-33
101
00.zip
-
lua-5.
4.4
.tar.gz
-
sqlite-amalgamation-33
903
00.zip
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