We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cb6e2 commit 2f00b19Copy full SHA for 2f00b19
.gitlab-ci.yml
@@ -139,7 +139,7 @@ exec_windows:
139
- bin/
140
- obj/
141
script:
142
- - bash -c 'cp -rf premake/* .'
+ - bash -c 'cp -rf premake/* . ; cp -rf resource/* .'
143
- '.\premake5.exe vs2019 --irrklang-pro'
144
- cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\YGOPro.sln /m /p:Configuration=Release'
145
- copy bin\release\ygopro.exe .
0 commit comments