• R/O
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂11 (tree)
時間2022-08-16 22:33:52
作者zmatsuo

Log Message

test1

Change Summary

差異

--- ci_scripts/appveyor_release_bat.yml (revision 10)
+++ ci_scripts/appveyor_release_bat.yml (revision 11)
@@ -14,7 +14,7 @@
1414 build_script:
1515 - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1616 - ci_scripts/build_appveyor_release_bat.bat
17- - ci_scripts/build_appveyor_release_bat_pre_cache.bat
17+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubuserconten - ci_scripts/build_appveyor_release_bat_pre_cache.bat
1818
1919 artifacts:
2020 - path: installer/Output/*.exe
--- installer/release.bat (revision 10)
+++ installer/release.bat (revision 11)
@@ -124,8 +124,11 @@
124124 ) else (
125125 echo snapshot
126126 dir
127+ echo %CMAKE% -E rename snapshot-%DATE%_%TIME% %SNAPSHOT_PORTABLE_OUTPUT%
127128 %CMAKE% -E rename snapshot-%DATE%_%TIME% %SNAPSHOT_PORTABLE_OUTPUT%
129+ echo %CMAKE% -E tar cf Output/%SNAPSHOT_PORTABLE_OUTPUT%.zip --format=zip %SNAPSHOT_PORTABLE_OUTPUT%
128130 %CMAKE% -E tar cf Output/%SNAPSHOT_PORTABLE_OUTPUT%.zip --format=zip %SNAPSHOT_PORTABLE_OUTPUT%
131+ echo %CMAKE% -E rename %SNAPSHOT_PORTABLE_OUTPUT% snapshot-%DATE%_%TIME%
129132 %CMAKE% -E rename %SNAPSHOT_PORTABLE_OUTPUT% snapshot-%DATE%_%TIME%
130133 set INNO_SETUP_OPT_VERSION="/DVerSubStr=r%SVNVERSION%-%DATE%_%TIME%"
131134 set INNO_SETUP_OPT_OUTPUT="/DOutputSubStr=r%SVNVERSION%-%DATE%_%TIME%-%USERNAME%-snapshot"