Skip to content

Commit

Permalink
Upgrade to jansson 2.13 and start building for Python 3.9. (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic authored Jan 18, 2021
1 parent 9fc35ea commit 2186355
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
JANSSON_VERSION: "2.10"
JANSSON_VERSION: "2.13"

matrix:

Expand Down Expand Up @@ -60,6 +60,18 @@ environment:
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
VS: "Visual Studio 14 2015 Win64"

- PYTHON: "C:\\Python39"
PYTHON_VERSION: "3.9.0"
PYTHON_ARCH: "32"
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/fakubeldw67e9pmg/artifacts/YARA.OpenSSL.x86.1.1.1.nupkg"
VS: "Visual Studio 14 2015"

- PYTHON: "C:\\Python39-x64"
PYTHON_VERSION: "3.9.0"
PYTHON_ARCH: "64"
OPENSSL_LIB: "https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
VS: "Visual Studio 14 2015 Win64"

install:
# If there is a newer build queued for the same PR, cancel this one.
# The AppVeyor 'rollout builds' option is supposed to serve the same
Expand Down

0 comments on commit 2186355

Please sign in to comment.