Skip to content

Commit 566d555

Browse files
author
Clement Champetier
committed
appveyor: add artifacts and deploy sections
Comment them for now. See issue #172
1 parent a98a7dd commit 566d555

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

appveyor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,24 @@ test_script:
2828

2929
on_failure:
3030
- type "C:\projects\avtranscoder\build\CMakeFiles\CMakeOutput.log"
31+
32+
#on_success:
33+
# - create archives
34+
35+
#artifacts:
36+
# - path: C:\ProgramData\ffmpeg-2.2.11
37+
# name: ffmpeg
38+
# type: zip
39+
40+
# - path: C:\projects\avtranscoder\build
41+
# name: avtranscoder
42+
# type: zip
43+
44+
#deploy:
45+
# - provider: GitHub
46+
# artifact: ffmpeg,avtranscoder
47+
# auth_token:
48+
# secure: <your encrypted token>
49+
# on:
50+
# branch: master
51+
# appveyor_repo_tag: true

0 commit comments

Comments
 (0)