Skip to content

Commit 70f06ba

Browse files
author
Amin
committed
update appveyor
1 parent cb6e028 commit 70f06ba

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

.appveyor.yml

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,30 @@ environment:
2525
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
2626
VS: "Visual Studio 14 2015 Win64"
2727

28-
- PYTHON: "C:\\Python39"
29-
PYTHON_VERSION: "3.9.0"
30-
PYTHON_ARCH: "32"
31-
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
32-
VS: "Visual Studio 14 2015"
33-
34-
- PYTHON: "C:\\Python39-x64"
35-
PYTHON_VERSION: "3.9.0"
36-
PYTHON_ARCH: "64"
37-
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
38-
VS: "Visual Studio 14 2015 Win64"
39-
40-
- PYTHON: "C:\\Python310"
41-
PYTHON_VERSION: "3.10.0"
42-
PYTHON_ARCH: "32"
43-
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
44-
VS: "Visual Studio 14 2015"
45-
46-
- PYTHON: "C:\\Python10-x64"
47-
PYTHON_VERSION: "3.10.0"
48-
PYTHON_ARCH: "64"
49-
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
50-
VS: "Visual Studio 14 2015 Win64"
28+
# TODO: fix appveyor build with python 3.9 or higher
29+
# - PYTHON: "C:\\Python39"
30+
# PYTHON_VERSION: "3.9.0"
31+
# PYTHON_ARCH: "32"
32+
# OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
33+
# VS: "Visual Studio 14 2015"
34+
#
35+
# - PYTHON: "C:\\Python39-x64"
36+
# PYTHON_VERSION: "3.9.0"
37+
# PYTHON_ARCH: "64"
38+
# OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
39+
# VS: "Visual Studio 14 2015 Win64"
40+
#
41+
# - PYTHON: "C:\\Python310"
42+
# PYTHON_VERSION: "3.10.0"
43+
# PYTHON_ARCH: "32"
44+
# OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
45+
# VS: "Visual Studio 14 2015"
46+
#
47+
# - PYTHON: "C:\\Python10-x64"
48+
# PYTHON_VERSION: "3.10.0"
49+
# PYTHON_ARCH: "64"
50+
# OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
51+
# VS: "Visual Studio 14 2015 Win64"
5152

5253
install:
5354
- ps: if ($env:APPVEYOR_PULL_REQUEST_NUMBER -and $env:APPVEYOR_BUILD_NUMBER -ne ((Invoke-RestMethod `

0 commit comments

Comments
 (0)