Skip to content

Commit 046cf9c

Browse files
author
Clement Champetier
committed
Appveyor: fixed packaging of artifact
1 parent 5fe9269 commit 046cf9c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ on_failure:
5252
- type "C:\ProgramData\chocolatey\logs\chocolatey.log"
5353
- type "C:\projects\avtranscoder\build\CMakeFiles\CMakeOutput.log"
5454

55-
after_build:
55+
after_test:
5656
- 7z a avtranscoder-win%PLATFORM%-%DEPENDENCY_NAME%-%DEPENDENCY_VERSION%.zip %DEPENDENCY_INSTALL_PATH% %AVTRANSCODER_INSTALL_PATH%
57+
- ps: Push-AppveyorArtifact avtranscoder-win*.zip
5758

5859
artifacts:
59-
- path: avtranscoder-win%PLATFORM%-%DEPENDENCY_NAME%-%DEPENDENCY_VERSION%.zip
60+
- path: avtranscoder-win*.zip
6061
name: avtranscoder
61-
type: zip
6262

6363
deploy:
6464
- provider: GitHub

tools/appveyor/python.nosetests.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ set AVTRANSCODER_TEST_IMAGE_JPG_FILE=%PWD%\avTranscoder-data\image\BigBuckBunny\
2222
:: Launch tests
2323
cd test\pyTest
2424
nosetests
25+
cd ..\..
2526

2627
@echo off

0 commit comments

Comments
 (0)