Skip to content

Commit

Permalink
[CI] исправил названия архивов, убрал копирование лишнего файла
Browse files Browse the repository at this point in the history
  • Loading branch information
abramcumner committed Jan 30, 2017
1 parent c073219 commit 07ff794
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ after_build:
xcopy gamedata dist\engine\gamedata /S /E
7z a cop_%APPVEYOR_REPO_TAG_NAME%_%COR_PLAT%.7z dist\engine\*
7z a cs_%APPVEYOR_REPO_TAG_NAME%_%COR_PLAT%.7z dist\engine\*
echo appveyor PushArtifact cop_%APPVEYOR_REPO_TAG_NAME%_%COR_PLAT%.7z release
echo appveyor PushArtifact cs_%APPVEYOR_REPO_TAG_NAME%_%COR_PLAT%.7z release
echo ===================== sdk files =====================
Expand All @@ -65,15 +65,13 @@ after_build:
copy intermediate\%PLATFORM%-%CONFIGURATION%\xrXMLParser.dll dist\sdk_%COR_PLAT%\
copy intermediate\%PLATFORM%-%CONFIGURATION%\luabind.0.9.dll dist\sdk_%COR_PLAT%\
copy intermediate\%PLATFORM%-%CONFIGURATION%\SDK\*.exe dist\sdk_%COR_PLAT%\
copy intermediate\%PLATFORM%-%CONFIGURATION%\SDK\*.dll dist\sdk_%COR_PLAT%\
7z a cop_compilers_%APPVEYOR_REPO_TAG_NAME%_%COR_PLAT%.7z dist\sdk_%COR_PLAT%\*
7z a cs_compilers_%APPVEYOR_REPO_TAG_NAME%_%COR_PLAT%.7z dist\sdk_%COR_PLAT%\*
echo appveyor PushArtifact cop_compilers_%APPVEYOR_REPO_TAG_NAME%_%COR_PLAT%.7z release
echo appveyor PushArtifact cs_compilers_%APPVEYOR_REPO_TAG_NAME%_%COR_PLAT%.7z release
artifacts:
- path: .\cs_$(appveyor_repo_tag_name)_$(cor_plat).7z
name: release
Expand Down

0 comments on commit 07ff794

Please sign in to comment.