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
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
MyCard
ygopro
Commits
b098d2eb
Commit
b098d2eb
authored
Mar 18, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ci
update ci
parent
f8caa9d7
Pipeline
#33856
passed with stages
in 1 minute and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
.ci/exec-macos-platform.sh
.ci/exec-macos-platform.sh
+1
-0
.gitlab-ci.yml
.gitlab-ci.yml
+10
-9
No files found.
.ci/exec-macos-platform.sh
View file @
b098d2eb
...
...
@@ -11,6 +11,7 @@ export IRRLICHT_LIB_DIR=$PWD/irrlicht
./.ci/libevent-prebuild.sh
chmod
+x ./premake5
./premake5 gmake
--cc
=
clang
--build-freetype
--build-sqlite
--no-use-irrklang
cd
build
...
...
.gitlab-ci.yml
View file @
b098d2eb
...
...
@@ -51,13 +51,13 @@ mat_linux:
script
:
-
apt update; apt -y install git wget tar
-
git clone --depth=1 https://code.mycard.moe/mycard/irrlicht-new irrlicht
-
wget -O - https://cdn01.moecube.com/ygopro-build-materials/premake-5.0.0-beta2
-linux.tar.gz | tar zfx -
-
env PROCESSOR_COUNT=$(nproc) ./.ci/libevent-prebuild.sh
# - wget -O - https://cdn01.moecube.com/ygopro-build-materials/premake-5.0.0-beta5
-linux.tar.gz | tar zfx -
#
- env PROCESSOR_COUNT=$(nproc) ./.ci/libevent-prebuild.sh
artifacts
:
paths
:
-
premake5
#
- premake5
-
irrlicht
-
libevent-stable
#
- libevent-stable
image
:
git-registry.mycard.moe/mycard/docker-runner-base:debian11
mat_windows
:
...
...
@@ -67,8 +67,8 @@ mat_windows:
script
:
-
apt update; apt -y install wget tar patch p7zip-full
# premake5.exe
-
wget https://cdn01.moecube.com/ygopro-build-materials/premake-5.0.0-beta
2
-windows.zip
-
7z x -y premake-5.0.0-beta
2
-windows.zip
-
wget https://cdn01.moecube.com/ygopro-build-materials/premake-5.0.0-beta
5
-windows.zip
-
7z x -y premake-5.0.0-beta
5
-windows.zip
# event
-
wget -O - https://cdn01.moecube.com/ygopro-build-materials/libevent-2.0.22-stable.tar.gz | tar zfx -
-
mv libevent-2.0.22-stable event
...
...
@@ -117,7 +117,7 @@ exec_linux:
-
mat_submodules
script
:
-
apt update; apt -y install git build-essential
-
./
premake5 gmake --build-sqlite --server-zip-support
-
premake5 gmake --build-sqlite --server-zip-support
-
cd build
-
make config=release -j$(nproc)
-
cd ..
...
...
@@ -126,7 +126,7 @@ exec_linux:
artifacts
:
paths
:
-
ygopro
image
:
git-registry.m
ycard.moe/mycard/docker-runner-base:debian11
image
:
git-registry.m
oenext.com/mycard/docker-ygopro-builder:latest
exec_debian
:
extends
:
._exec_build
...
...
@@ -138,7 +138,7 @@ exec_debian:
-
mat_submodules
script
:
-
apt update; apt -y install git build-essential liblua5.3-dev libsqlite3-dev libevent-dev
-
./
premake5 gmake --lua-deb
-
premake5 gmake --lua-deb
-
cd build
-
make config=release -j$(nproc)
-
cd ..
...
...
@@ -147,6 +147,7 @@ exec_debian:
artifacts
:
paths
:
-
ygopro
image
:
git-registry.moenext.com/mycard/docker-ygopro-builder:latest
#win_server_pack:
# stage: pack
...
...
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