We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98a7dd commit 566d555Copy full SHA for 566d555
appveyor.yml
@@ -28,3 +28,24 @@ test_script:
28
29
on_failure:
30
- 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
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