File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# branches to build
55branches :
66 only :
7- - master
7+ - dev
88
99# environments
1010environment :
@@ -27,6 +27,7 @@ before_build:
2727 - cmd : 7z x -y icu4c-64_2-Win32-MSVC2017.zip -o%LIBICU_PATH%
2828 - cmd : 7z x -y icu4c-64_2-Win64-MSVC2017.zip -o%LIBICU_PATH%
2929 - cmd : 7z x icu4c-64_2-data.zip -o%LIBICU_PATH%
30+ - cmd : del icu4c-64_2-Win32-MSVC2017.zip && del icu4c-64_2-Win64-MSVC2017.zip && del icu4c-64_2-data.zip
3031 - cmd : c:\projects\sqlite3enc\premake.bat --builddir=build vs2017
3132
3233# build script
@@ -39,16 +40,17 @@ after_build:
3940 - ps : Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
4041#
4142deploy :
42- release : SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
43- description : " update sqlite3 to v3.29.0"
43+ description : ' Automatically deployed release'
4444 provider : GitHub
4545 auth_token :
4646 secure : YiRkHuWnabCRwdYGhwkPZRSUJmVb/UeKn3YEQ+0mLTfIsGKrVUfDKdObe/MsYf1A
4747 draft : false
48+ # All the zipped artifacts will be deployed
49+ artifact : /.*\.zip/
4850 prerelease : false
4951 on :
50- branch : master
51- appveyor_repo_tag : false
52+ branch : dev
53+ appveyor_repo_tag : true
5254
5355on_success :
5456- ps : >-
You can’t perform that action at this time.
0 commit comments