Make the artifacts named on AppVeyor
This commit is contained in:
parent
130d64fb93
commit
f0a2687de7
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user