Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yara-python
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
yara-python
Commits
2186355c
Unverified
Commit
2186355c
authored
Jan 18, 2021
by
Victor M. Alvarez
Committed by
GitHub
Jan 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to jansson 2.13 and start building for Python 3.9. (#161)
parent
9fc35ea3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
appveyor.yml
appveyor.yml
+13
-1
No files found.
appveyor.yml
View file @
2186355c
...
@@ -4,7 +4,7 @@ environment:
...
@@ -4,7 +4,7 @@ environment:
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV
:
"
cmd
/E:ON
/V:ON
/C
.
\\
appveyor
\\
run_with_env.cmd"
CMD_IN_ENV
:
"
cmd
/E:ON
/V:ON
/C
.
\\
appveyor
\\
run_with_env.cmd"
JANSSON_VERSION
:
"
2.1
0
"
JANSSON_VERSION
:
"
2.1
3
"
matrix
:
matrix
:
...
@@ -60,6 +60,18 @@ environment:
...
@@ -60,6 +60,18 @@ environment:
OPENSSL_LIB
:
"
https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
OPENSSL_LIB
:
"
https://ci.appveyor.com/api/buildjobs/q63539qt9yqaqspo/artifacts/YARA.OpenSSL.x64.1.1.1.nupkg"
VS
:
"
Visual
Studio
14
2015
Win64"
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
:
install
:
# If there is a newer build queued for the same PR, cancel this one.
# 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
# The AppVeyor 'rollout builds' option is supposed to serve the same
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment