Skip to content

Commit 523dc15

Browse files
author
Clement Champetier
committed
appveyor: add artifacts section
1 parent a98a7dd commit 523dc15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

appveyor.yml

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

2929
on_failure:
3030
- type "C:\projects\avtranscoder\build\CMakeFiles\CMakeOutput.log"
31+
32+
artifacts:
33+
- path: C:\ProgramData\ffmpeg-2.2.11
34+
name: ffmpeg
35+
type: zip
36+
37+
- path: C:\projects\avtranscoder\build
38+
name: avtranscoder
39+
type: zip

0 commit comments

Comments
 (0)