Skip to content

Commit a1b618d

Browse files
committed
try 32: use vs2017 msbuild to build SQLite3Enc
1 parent 7a5d254 commit a1b618d

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.appveyor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ build_script:
3535

3636
after_build:
3737
- cmd: ls c:\projects\sqlite3enc
38-
# - cmd: 7z a -tzip SQLite3-Encryption_%platform%-v%APPVEYOR_BUILD_VERSION%.zip bin/ -xr@x_fn.txt
39-
# - ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
38+
- cmd: 7z a -tzip SQLite3-Encryption_%ARCH%-v%APPVEYOR_BUILD_VERSION%.zip bin-vc15/ -xr@x_fn.txt
39+
- ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
4040
#
4141
#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+
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
5252

5353
on_success:
5454
- ps: >-

0 commit comments

Comments
 (0)