File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,17 +14,13 @@ configuration:
1414# - Release_AES128
1515
1616after_build :
17- - cmd : dir /a *
18- - cmd : 7z a SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\bin\sqlite3_dll\%CONFIGURATION%\*.dll
19- - cmd : 7z a SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\bin\sqlite3_lib\%CONFIGURATION%\*.lib
20- - cmd : 7z a SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\bin\sqlite3_shell\%CONFIGURATION%\*.exe
21- - cmd : dir /a
17+ - cmd : 7z a -tzip SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%.zip bin/ -xr@x_fn.txt
2218 - cmd : rename SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%.zip SQLite3-Encryption.zip
2319 - ps : Push-AppveyorArtifact SQLite3-Encryption.zip
2420
2521deploy :
2622 release : SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
27- description : " Add Encrypt func to sqlite3 shell "
23+ description : " update sqlite3 to v3.22.0 "
2824 provider : GitHub
2925 auth_token :
3026 secure : YiRkHuWnabCRwdYGhwkPZRSUJmVb/UeKn3YEQ+0mLTfIsGKrVUfDKdObe/MsYf1A
Original file line number Diff line number Diff line change 1616* .html
1717
1818# Build results
19-
19+ build /
2020[Dd ]ebug /
2121[Rr ]elease /
2222x64 /
Original file line number Diff line number Diff line change 1+ *.exp
2+ *.ilk
3+ *.pdb
You can’t perform that action at this time.
0 commit comments