Make the artifacts named on AppVeyor

This commit is contained in:
ArsenArsen 2017-07-07 22:41:10 +02:00
parent 130d64fb93
commit f0a2687de7
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,6 @@ before_install:
- export CPATH=/usr/local/Cellar/ffmpeg/3.3.2/include:$CPATH - export CPATH=/usr/local/Cellar/ffmpeg/3.3.2/include:$CPATH
- export LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.3.2/lib:$LIBRARY_PATH - export LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.3.2/lib:$LIBRARY_PATH
- export DYLD_LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.3.2/lib:$DYLD_LIBRARY_PATH - export DYLD_LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.3.2/lib:$DYLD_LIBRARY_PATH
- export PKG_CONFIG_PATH=:$PKG_CONFIG_PATH
script: script:
- qmake - qmake
- make -j4 - make -j4

View File

@ -24,4 +24,6 @@ build_script:
- bash -xe AppVeyor\make_installer.sh - bash -xe AppVeyor\make_installer.sh
artifacts: artifacts:
- path: KShare.exe - path: KShare.exe
name: Shared link
- path: installer.exe - path: installer.exe
name: Installer