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
4d0754c0
Commit
4d0754c0
authored
7 years ago
by
Victor Manuel Alvarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issues in appveyor configuration
parent
a4479a55
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
MANIFEST.in
MANIFEST.in
+1
-1
appveyor.yml
appveyor.yml
+4
-1
No files found.
MANIFEST.in
View file @
4d0754c0
include *.c
*.h
include *.c
include yara/libyara/modules/module_list
recursive-include yara *.c *.h
This diff is collapsed.
Click to expand it.
appveyor.yml
View file @
4d0754c0
...
...
@@ -133,9 +133,12 @@ build_script:
-L../jansson-%JANSSON_VERSION%/build/lib/Release;c:/OpenSSL-Win%PYTHON_ARCH%/lib
-I../jansson-%JANSSON_VERSION%/build/include;c:/OpenSSL-Win%PYTHON_ARCH%/include"
after_build
:
-
%
PYTHON%\\python setup.py install
test_script
:
# Run the project tests
-
python setup.py test
-
%
PYTHON%\\
python setup.py test
after_test
:
# If tests are successful, create binary packages for the project.
...
...
This diff is collapsed.
Click to expand it.
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