test1
@@ -14,7 +14,7 @@ | ||
14 | 14 | build_script: |
15 | 15 | - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) |
16 | 16 | - 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 | |
18 | 18 | |
19 | 19 | artifacts: |
20 | 20 | - path: installer/Output/*.exe |
@@ -124,8 +124,11 @@ | ||
124 | 124 | ) else ( |
125 | 125 | echo snapshot |
126 | 126 | dir |
127 | + echo %CMAKE% -E rename snapshot-%DATE%_%TIME% %SNAPSHOT_PORTABLE_OUTPUT% | |
127 | 128 | %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% | |
128 | 130 | %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% | |
129 | 132 | %CMAKE% -E rename %SNAPSHOT_PORTABLE_OUTPUT% snapshot-%DATE%_%TIME% |
130 | 133 | set INNO_SETUP_OPT_VERSION="/DVerSubStr=r%SVNVERSION%-%DATE%_%TIME%" |
131 | 134 | set INNO_SETUP_OPT_OUTPUT="/DOutputSubStr=r%SVNVERSION%-%DATE%_%TIME%-%USERNAME%-snapshot" |