File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ on_failure:
52
52
- type "C:\ProgramData\chocolatey\logs\chocolatey.log"
53
53
- type "C:\projects\avtranscoder\build\CMakeFiles\CMakeOutput.log"
54
54
55
- after_build :
55
+ after_test :
56
56
- 7z a avtranscoder-win%PLATFORM%-%DEPENDENCY_NAME%-%DEPENDENCY_VERSION%.zip %DEPENDENCY_INSTALL_PATH% %AVTRANSCODER_INSTALL_PATH%
57
+ - ps : Push-AppveyorArtifact avtranscoder-win*.zip
57
58
58
59
artifacts :
59
- - path : avtranscoder-win%PLATFORM%-%DEPENDENCY_NAME%-%DEPENDENCY_VERSION% .zip
60
+ - path : avtranscoder-win* .zip
60
61
name : avtranscoder
61
- type : zip
62
62
63
63
deploy :
64
64
- provider : GitHub
Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ set AVTRANSCODER_TEST_IMAGE_JPG_FILE=%PWD%\avTranscoder-data\image\BigBuckBunny\
22
22
:: Launch tests
23
23
cd test\pyTest
24
24
nosetests
25
+ cd ..\..
25
26
26
27
@ echo off
You can’t perform that action at this time.
0 commit comments