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
YGOPRO-520DIY
ygopro
Commits
a6937586
Commit
a6937586
authored
Jun 03, 2025
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove old ci
parent
e6cf96c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
100 deletions
+0
-100
.travis.yml
.travis.yml
+0
-27
appveyor.yml
appveyor.yml
+0
-73
No files found.
.travis.yml
deleted
100644 → 0
View file @
e6cf96c5
language
:
cpp
dist
:
bionic
git
:
submodules
:
false
addons
:
ssh_known_hosts
:
-
github.com
apt
:
# sources:
# - ubuntu-toolchain-r-test
packages
:
# - gcc-6
# - g++-6
-
libevent-dev
-
libsqlite3-dev
-
liblua5.3-dev
before_install
:
-
git submodule update --init --recursive
#- sudo ln -s /usr/bin/gcc-6 /usr/local/bin/gcc
#- sudo ln -s /usr/bin/g++-6 /usr/local/bin/g++
#- g++ --version
-
wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-beta1/premake-5.0.0-beta1-linux.tar.gz | tar zfx -
#- wget -O - https://www.lua.org/ftp/lua-5.3.6.tar.gz | tar zfx -; cd lua-5.3.6; sudo make linux install; cd ..
script
:
-
./premake5 gmake
-
cd build
-
make config=release
appveyor.yml
deleted
100644 → 0
View file @
e6cf96c5
version
:
'
{build}'
image
:
Visual Studio
2022
environment
:
matrix
:
-
SERVER_MODE
:
true
-
SERVER_PRO2_SUPPORT
:
true
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-beta3/premake-5.0.0-beta3-windows.zip ; exit 0"
-
7z x premake-5.0.0-beta3-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.4.7.tar.gz ; exit 0"
-
tar xf lua-5.4.7.tar.gz
-
move lua-5.4.7 lua
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip ; exit 0"
-
7z x sqlite-amalgamation-3470000.zip
-
move sqlite-amalgamation-3470000 sqlite3
before_build
:
-
xcopy /E premake\* .
-
xcopy /E resource\* .
-
premake5 vs2022
configuration
:
Release
build
:
project
:
build/YGOPro.sln
parallel
:
true
test
:
off
for
:
-
matrix
:
only
:
-
SERVER_PRO2_SUPPORT
:
true
before_build
:
-
bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://downloads.sourceforge.net/irrlicht/irrlicht-1.8.5.zip ; exit 0"
-
7z x irrlicht-1.8.5.zip
-
move irrlicht-1.8.5 irrlicht
-
xcopy /E premake\* .
-
xcopy /E resource\* .
-
cd irrlicht
-
patch -p1 < irrlicht.patch
-
cd ..
-
premake5 vs2022
after_build
:
-
ps
:
move bin\release\AI.Server.exe .
artifacts
:
-
path
:
AI.Server.exe
name
:
YGOPro server for YGOPro2 AI
cache
:
-
premake-5.0.0-beta3-windows.zip
-
libevent-2.0.22-stable.tar.gz
-
irrlicht-1.8.5.zip
-
lua-5.4.7.tar.gz
-
sqlite-amalgamation-3470000.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