Commit 4861e2c7 authored by nanahira's avatar nanahira

pro3 ci

parent 70e28007
...@@ -101,6 +101,7 @@ mat_windows: ...@@ -101,6 +101,7 @@ mat_windows:
- dist - dist
exec_windows: exec_windows:
extends: .exec_windows
script: script:
- '.\premake5.exe vs2019 --server-zip-support' - '.\premake5.exe vs2019 --server-zip-support'
- cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\YGOPro.sln /m /p:Configuration=Release' - cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\YGOPro.sln /m /p:Configuration=Release'
...@@ -109,6 +110,7 @@ exec_windows: ...@@ -109,6 +110,7 @@ exec_windows:
- copy bin\release\ygopro.exe dist\windows\ygopro.exe - copy bin\release\ygopro.exe dist\windows\ygopro.exe
exec_windows_pro3: exec_windows_pro3:
extends: .exec_windows
script: script:
- '.\premake5.exe vs2019 --server-pro3-support' - '.\premake5.exe vs2019 --server-pro3-support'
- cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\YGOPro.sln /m /p:Configuration=Release' - cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\YGOPro.sln /m /p:Configuration=Release'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment