Skip to content

Commit

Permalink
скрипт CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abramcumner committed Sep 8, 2016
1 parent 46ee94d commit a45bddf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ before_build:
echo %PLATFORM%
echo %CONFIGURATION%
echo cop_%APPVEYOR_REPO_TAG_NAME%_%PLATFORM%.7z
build:
project: ./engine.sln
verbosity: minimal
Expand All @@ -25,6 +27,8 @@ after_build:
copy intermediate\%PLATFORM%-%CONFIGURATION%\*.dll dist\bin_%PLATFORM%\
7z a cop_%APPVEYOR_REPO_TAG_NAME%_%PLATFORM%.7z dist\*
appveyor PushArtifact cop_%APPVEYOR_REPO_TAG_NAME%_%PLATFORM%.7z
artifacts:
- path: .\cop_$(appveyor_repo_tag_name)_$(platform).7z
name: release
Expand Down

0 comments on commit a45bddf

Please sign in to comment.