Skip to content

Commit 5d7a972

Browse files
committed
update .appveyor.yml, make it can pack with 7z
Signed-off-by: sndnvaps <sndnvaps@gmail.com>
1 parent b12bb08 commit 5d7a972

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ configuration:
1414
# - Release_AES128
1515

1616
after_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

2521
deploy:
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

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*.html
1717

1818
# Build results
19-
19+
build/
2020
[Dd]ebug/
2121
[Rr]elease/
2222
x64/

x_fn.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.exp
2+
*.ilk
3+
*.pdb

0 commit comments

Comments
 (0)