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
nanahira
ygopro
Commits
bf82ba8a
Commit
bf82ba8a
authored
Apr 16, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into server
parents
875c5d52
7f018b01
Pipeline
#11725
failed with stages
in 2 minutes and 26 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
9 deletions
+13
-9
.ci/exec-macos-platform.sh
.ci/exec-macos-platform.sh
+0
-2
.ci/pack-linux.sh
.ci/pack-linux.sh
+0
-1
.ci/pack-macos.sh
.ci/pack-macos.sh
+0
-1
.ci/pack-windows-7z.sh
.ci/pack-windows-7z.sh
+0
-1
.ci/pack-windows.sh
.ci/pack-windows.sh
+0
-1
.gitlab-ci.yml
.gitlab-ci.yml
+13
-3
No files found.
.ci/exec-macos-platform.sh
View file @
bf82ba8a
...
...
@@ -8,8 +8,6 @@ export EVENT_LIB_DIR=$PWD/libevent-stable/lib
export
IRRLICHT_INCLUDE_DIR
=
$PWD
/irrlicht/include
export
IRRLICHT_LIB_DIR
=
$PWD
/irrlicht
git submodule update
--init
./premake5 gmake
--cc
=
clang
--build-freetype
--build-sqlite
cd
build
...
...
.ci/pack-linux.sh
View file @
bf82ba8a
...
...
@@ -9,7 +9,6 @@ ARCHIVE_FILES=(ygopro LICENSE README.md lib lflist.conf strings.conf system.conf
TARGET_PLATFORM
=
linux
apt update
&&
apt
-y
install tar
git zstd
git submodule update
--init
mkdir
dist replay
tar
-acf
"dist/KoishiPro-
$CI_COMMIT_REF_NAME
-
$TARGET_PLATFORM
-
$TARGET_LOCALE
.tar.
$ARCHIVE_SUFFIX
"
--exclude
=
'.git*'
"
${
ARCHIVE_FILES
[@]
}
"
.ci/pack-macos.sh
View file @
bf82ba8a
...
...
@@ -9,7 +9,6 @@ ARCHIVE_FILES=(ygopro.app LICENSE README.md lflist.conf strings.conf system.conf
TARGET_PLATFORM
=
darwin
apt update
&&
apt
-y
install tar
git zstd
git submodule update
--init
mkdir
dist replay
tar
-acf
"dist/KoishiPro-
$CI_COMMIT_REF_NAME
-
$TARGET_PLATFORM
-
$TARGET_LOCALE
.tar.
$ARCHIVE_SUFFIX
"
--exclude
=
'.git*'
"
${
ARCHIVE_FILES
[@]
}
"
.ci/pack-windows-7z.sh
View file @
bf82ba8a
...
...
@@ -12,7 +12,6 @@ fi
TARGET_PLATFORM
=
win32
apt update
&&
apt
-y
install
p7zip-full git
git submodule update
--init
mkdir
dist replay
7z a
-mx9
-xr
!
.git
*
dist/KoishiPro-
$CI_COMMIT_REF_NAME
-win32-
$TARGET_LOCALE
.7z
"
${
ARCHIVE_FILES
[@]
}
"
.ci/pack-windows.sh
View file @
bf82ba8a
...
...
@@ -13,7 +13,6 @@ fi
TARGET_PLATFORM
=
win32
apt update
&&
apt
-y
install tar
git zstd
git submodule update
--init
mkdir
dist replay
tar
-acf
"dist/KoishiPro-
$CI_COMMIT_REF_NAME
-
$TARGET_PLATFORM
-
$TARGET_LOCALE
.tar.
$ARCHIVE_SUFFIX
"
--exclude
=
'.git*'
"
${
ARCHIVE_FILES
[@]
}
"
.gitlab-ci.yml
View file @
bf82ba8a
...
...
@@ -30,6 +30,16 @@ mat_common:
#- freetype
-
sqlite3
mat_submodules
:
stage
:
prepare
tags
:
-
linux
script
:
git submodule update --init
artifacts
:
paths
:
-
ocgcore
-
script
mat_linux
:
stage
:
prepare
tags
:
...
...
@@ -81,8 +91,8 @@ exec_windows:
dependencies
:
-
mat_common
-
mat_windows
-
mat_submodules
script
:
-
git submodule update --init
-
bash -c 'cp -rf premake/* .'
-
'
.\premake5.exe
vs2019'
-
cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\YGOPro.sln /m /p:Configuration=Release'
...
...
@@ -98,9 +108,9 @@ exec_linux:
dependencies
:
-
mat_common
-
mat_linux
-
mat_submodules
script
:
-
apt update; apt -y install git build-essential
-
git submodule update --init
-
./premake5 gmake --build-sqlite
-
cd build
-
make config=release -j$(nproc)
...
...
@@ -118,9 +128,9 @@ exec_debian:
dependencies
:
-
mat_common
-
mat_linux
-
mat_submodules
script
:
-
apt update; apt -y install git build-essential liblua5.3-dev libsqlite3-dev libevent-dev
-
git submodule update --init
-
./premake5 gmake --lua-deb
-
cd build
-
make config=release -j$(nproc)
...
...
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