Skip to content

Commit 901d345

Browse files
committed
update .appveyor.yml
Signed-off-by: sndnvaps <sndnvaps@gmail.com>
1 parent b5dbd9d commit 901d345

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ platform:
88
- x64
99

1010
configuration:
11-
- Release_AES256
12-
# - Debug_AES256
13-
# - Debug_AES128
14-
# - Release_AES128
15-
11+
- Release
12+
# - Debug
13+
1614
after_build:
1715
- cmd: 7z a -tzip SQLite3-Encryption_%platform%-v%APPVEYOR_BUILD_VERSION%.zip bin/ -xr@x_fn.txt
1816
- ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 commit comments

Comments
 (0)