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
dd1326bc
Commit
dd1326bc
authored
Mar 27, 2025
by
nanahira
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove linuxarm audio
parent
3758d30a
Pipeline
#34268
passed with stages
in 10 minutes and 2 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
.ci/pack-linux-dlc.sh
.ci/pack-linux-dlc.sh
+4
-0
.ci/pack-linux.sh
.ci/pack-linux.sh
+5
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
No files found.
.ci/pack-linux-dlc.sh
View file @
dd1326bc
...
...
@@ -8,6 +8,10 @@ if [[ -z "$TARGET_PLATFORM" ]]; then
TARGET_PLATFORM
=
linux
fi
if
[[
"
$TARGET_PLATFORM
"
!=
"linuxarm"
]]
;
then
ARCHIVE_FILES+
=(
sound
)
fi
apt update
&&
apt
-y
install tar
zstd
mkdir
dist replay
...
...
.ci/pack-linux.sh
View file @
dd1326bc
...
...
@@ -2,7 +2,7 @@
set
-x
set
-o
errexit
ARCHIVE_FILES
=(
ygopro LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay
sound
windbot bot bot.conf locales fonts pack
)
ARCHIVE_FILES
=(
ygopro LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay windbot bot bot.conf locales fonts pack
)
# TARGET_LOCALE
# ARCHIVE_SUFFIX
...
...
@@ -10,6 +10,10 @@ if [[ -z "$TARGET_PLATFORM" ]]; then
TARGET_PLATFORM
=
linux
fi
if
[[
"
$TARGET_PLATFORM
"
!=
"linuxarm"
]]
;
then
ARCHIVE_FILES+
=(
sound
)
fi
apt update
&&
apt
-y
install tar
git zstd
mkdir
dist replay
...
...
.gitlab-ci.yml
View file @
dd1326bc
...
...
@@ -150,6 +150,8 @@ exec_linuxarm:
extends
:
.exec_linux
tags
:
-
arm
variables
:
NO_AUDIO
:
'
1'
._exec_macos_platform
:
extends
:
._exec_build
...
...
nanahira
@nanahira
mentioned in commit
597c3b10
·
Mar 27, 2025
mentioned in commit
597c3b10
mentioned in commit 597c3b105fdbfac5f6d1000dea150efbe45d5767
Toggle commit list
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