mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
create an artifact on appveyor containing only exe for update test
This commit is contained in:
parent
6fd92f915b
commit
95a46c9d31
@ -48,6 +48,7 @@ after_build:
|
|||||||
- copy "%APPVEYOR_BUILD_FOLDER%\LICENSE" "distrib\VNote\LICENSE.txt"
|
- copy "%APPVEYOR_BUILD_FOLDER%\LICENSE" "distrib\VNote\LICENSE.txt"
|
||||||
- echo %vnote_version% > "distrib\VNote\version.txt"
|
- echo %vnote_version% > "distrib\VNote\version.txt"
|
||||||
- echo %APPVEYOR_REPO_COMMIT% >> "distrib\VNote\version.txt"
|
- echo %APPVEYOR_REPO_COMMIT% >> "distrib\VNote\version.txt"
|
||||||
|
- copy "distrib\VNote\VNote.exe" "distrib\VNote_win_%PLATFORM%.exe"
|
||||||
# Copy OpenSSL DLLs
|
# Copy OpenSSL DLLs
|
||||||
- if "%PLATFORM%" EQU "X64" (xcopy "openssl-utils.git\win64\*.dll" "distrib\VNote")
|
- if "%PLATFORM%" EQU "X64" (xcopy "openssl-utils.git\win64\*.dll" "distrib\VNote")
|
||||||
- if "%PLATFORM%" EQU "x86" (xcopy "openssl-utils.git\win32\*.dll" "distrib\VNote")
|
- if "%PLATFORM%" EQU "x86" (xcopy "openssl-utils.git\win32\*.dll" "distrib\VNote")
|
||||||
@ -57,6 +58,8 @@ after_build:
|
|||||||
artifacts:
|
artifacts:
|
||||||
- path: build\distrib\VNote_win_%PLATFORM%_portable_%vnote_version%.zip
|
- path: build\distrib\VNote_win_%PLATFORM%_portable_%vnote_version%.zip
|
||||||
name: portable
|
name: portable
|
||||||
|
- path: build\distrib\VNote_win_%PLATFORM%.exe
|
||||||
|
name: exe_only
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: BinTray
|
- provider: BinTray
|
||||||
@ -69,3 +72,4 @@ deploy:
|
|||||||
version: 1.6
|
version: 1.6
|
||||||
publish: true
|
publish: true
|
||||||
override: true
|
override: true
|
||||||
|
artifact: portable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user