Commit ecc0749c authored by nanahira's avatar nanahira

Merge branch 'Android' of git.mycard.moe:nanahira/ygopro2 into Android

parents 340f6122 39151142
......@@ -6,7 +6,7 @@ mkdir output
%UNITY_PATH% -batchmode -nographics -silent-crashes -projectPath %cd% -logFile build.log -executeMethod BuildHelper.Build -quit
cat build.log
sed -i '/>UIStatusBarStyle</i\ <key>UIFileSharingEnabled</key>\n <true />\n <key>LSSupportsOpeningDocumentsInPlace</key>\n <true />' output/Info.plist
bash -c "sed -i '/>UIStatusBarStyle</i\ <key>UIFileSharingEnabled</key>\n <true />\n <key>LSSupportsOpeningDocumentsInPlace</key>\n <true />' output/Info.plist"
mkdir dist
cd output
......
......@@ -7,6 +7,10 @@ variables:
ios:
stage: build
script: cmd /C .gitlab-ci.bat
artifacts:
paths:
- dist/
only:
- Android
tags:
......
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