File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -35,23 +35,24 @@ on_failure:
35
35
- type "C:\ProgramData\chocolatey\logs\chocolatey.log"
36
36
- type "C:\projects\avtranscoder\build\CMakeFiles\CMakeOutput.log"
37
37
38
- # on_success:
39
- # - create archives
40
-
41
- # artifacts:
42
- # - path: C:\ProgramData\ffmpeg-2.2.11
43
- # name: ffmpeg
44
- # type: zip
45
-
46
- # - path: C:\projects\avtranscoder\build
47
- # name: avtranscoder
48
- # type: zip
49
-
50
- # deploy:
51
- # - provider: GitHub
52
- # artifact: ffmpeg,avtranscoder
53
- # auth_token:
54
- # secure: <your encrypted token>
55
- # on:
56
- # branch: master
57
- # appveyor_repo_tag: true
38
+ on_success :
39
+ - 7z a ffmpeg.zip %DEPENDENCY_INSTALL_PATH%
40
+ - 7z a avtranscoder.zip %AVTRANSCODER_INSTALL_PATH%
41
+
42
+ artifacts :
43
+ - path : ffmpeg.zip
44
+ name : ffmpeg
45
+ type : zip
46
+
47
+ - path : avtranscoder.zip
48
+ name : avtranscoder
49
+ type : zip
50
+
51
+ deploy :
52
+ - provider : GitHub
53
+ artifact : ffmpeg,avtranscoder
54
+ auth_token :
55
+ secure : sApasbQe2i7Uu+XNhlkXg+F6zI0VNHUjhq5QfK6/+NSs4lX/9BwhkLvibQc6bmMv
56
+ on :
57
+ branch : master
58
+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments