Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
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-core
Commits
82572aa8
Commit
82572aa8
authored
Mar 24, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e05bc232
Pipeline
#34100
failed with stages
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
82572aa8
...
@@ -106,14 +106,14 @@ build_wasm:
...
@@ -106,14 +106,14 @@ build_wasm:
build_windows_x32
:
build_windows_x32
:
extends
:
.build_windows
extends
:
.build_windows
script
:
script
:
-
cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\ocgcoredll.sln /t:Build /p:
"Configuration=Release;Platform=Win32"
'
-
cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\ocgcoredll.sln /t:Build /p:
Configuration=Release /p:Platform=Win32
'
-
mkdir dist\x32
-
mkdir dist\x32
-
copy build\bin\x32\Release\ocgcore.dll dist\x32\ocgcore.dll
-
copy build\bin\x32\Release\ocgcore.dll dist\x32\ocgcore.dll
build_windows_x64
:
build_windows_x64
:
extends
:
.build_windows
extends
:
.build_windows
script
:
script
:
-
cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\ocgcoredll.sln /t:Build /p:
"Configuration=Release;Platform=x64"
'
-
cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\ocgcoredll.sln /t:Build /p:
Configuration=Release /p:Platform=x64
'
-
mkdir dist\x64
-
mkdir dist\x64
-
copy build\bin\x64\Release\ocgcore.dll dist\x64\ocgcore.dll
-
copy build\bin\x64\Release\ocgcore.dll dist\x64\ocgcore.dll
...
...
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