summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2021-02-19 16:53:51 +0100
committerMatěj Cepl <mcepl@cepl.eu>2021-02-22 18:43:01 +0100
commitc2fe4d8f310f97b732999ed5604395dd9a0434e0 (patch)
treeac72d4d27e1234cf1be7db20df1276d4359e0f49
parentd06eaa88a5f491827733f32027c46de3557fbd05 (diff)
downloadm2crypto-c2fe4d8f310f97b732999ed5604395dd9a0434e0.tar.gz
Use current verison of WinOpenSSL
-rw-r--r--appveyor.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 715a8a0..13dc9aa 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,8 +5,8 @@ environment:
secure: oqWqarxnd4H23FMywnlQeg==
PASS:
secure: j/VSxdYJ7mdR44u8OdywLg==
- X86_OPENSSL_INSTALLER: Win32OpenSSL-1_1_1i.exe
- X64_OPENSSL_INSTALLER: Win64OpenSSL-1_1_1i.exe
+ X86_OPENSSL_INSTALLER: Win32OpenSSL-1_1_1j.exe
+ X64_OPENSSL_INSTALLER: Win64OpenSSL-1_1_1j.exe
matrix:
@@ -173,12 +173,12 @@ artifacts:
# Archive the generated wheel package in the ci.appveyor.com build report.
- path: dist\*
- - path: SWIG/_m2crypto_wrap.c
+ - path: src/SWIG/_m2crypto_wrap.c
name: _m2crypto_wrap.zip
type: zip
after_build:
- - ps: Get-ChildItem SWIG\_m2crypto_wrap.c | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
+ - ps: Get-ChildItem src\SWIG\_m2crypto_wrap.c | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
on_failure:
- - ps: Get-ChildItem SWIG\_m2crypto_wrap.c | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
+ - ps: Get-ChildItem src\SWIG\_m2crypto_wrap.c | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }