File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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-data.zip && del icu4c-64_2-Win32-MSVC2017.zip && icu4c-64_2-Win64-MSVC2017.zip
3031 - cmd : c:\projects\sqlite3enc\premake.bat --builddir=build vs2017
3132
3233# build script
@@ -38,17 +39,17 @@ after_build:
3839 - cmd : 7z a -tzip SQLite3-Encryption_%ARCH%-v%APPVEYOR_BUILD_VERSION%.zip bin-vc15/ -xr@x_fn.txt
3940 - ps : Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
4041#
41- deploy :
42- release : SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
43- description : " update sqlite3 to v3.29.0"
44- provider : GitHub
45- auth_token :
46- secure : YiRkHuWnabCRwdYGhwkPZRSUJmVb/UeKn3YEQ+0mLTfIsGKrVUfDKdObe/MsYf1A
47- draft : false
48- prerelease : false
49- on :
50- branch : master
51- appveyor_repo_tag : false
42+ # deploy:
43+ # release: SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
44+ # description: "update sqlite3 to v3.29.0"
45+ # provider: GitHub
46+ # auth_token:
47+ # secure: YiRkHuWnabCRwdYGhwkPZRSUJmVb/UeKn3YEQ+0mLTfIsGKrVUfDKdObe/MsYf1A
48+ # draft: false
49+ # prerelease: false
50+ # on:
51+ # branch: master
52+ # appveyor_repo_tag: false
5253
5354on_success :
5455- ps : >-
You can’t perform that action at this time.
0 commit comments