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
d8805466
Commit
d8805466
authored
7 years ago
by
Victor Manuel Alvarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issues in appveyor configuration
parent
57b9f553
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
appveyor.yml
appveyor.yml
+2
-5
No files found.
appveyor.yml
View file @
d8805466
...
@@ -104,7 +104,7 @@ install:
...
@@ -104,7 +104,7 @@ install:
# compiled extensions and are not provided as pre-built wheel packages,
# compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
# target Python version and architecture
-
"
%CMD_IN_ENV%
pip
install
wheel"
-
"
%CMD_IN_ENV%
pip
install
nose
wheel"
# This is workaround for solving an issue caused by CMake not finding an
# This is workaround for solving an issue caused by CMake not finding an
# appropriate compilet for Visual Studio 9 2008 Win64. This workaround was
# appropriate compilet for Visual Studio 9 2008 Win64. This workaround was
...
@@ -133,12 +133,9 @@ build_script:
...
@@ -133,12 +133,9 @@ build_script:
--library-directories=
\"
../jansson-%JANSSON_VERSION%/build/lib/Release;c:/OpenSSL-Win%PYTHON_ARCH%/lib
\"
--library-directories=
\"
../jansson-%JANSSON_VERSION%/build/lib/Release;c:/OpenSSL-Win%PYTHON_ARCH%/lib
\"
--include-directories=
\"
../jansson-%JANSSON_VERSION%/build/include;c:/OpenSSL-Win%PYTHON_ARCH%/include
\"
"
--include-directories=
\"
../jansson-%JANSSON_VERSION%/build/include;c:/OpenSSL-Win%PYTHON_ARCH%/include
\"
"
after_build
:
-
python setup.py install
test_script
:
test_script
:
# Run the project tests
# Run the project tests
-
python
tests.py
-
python
setup.py nosetests
after_test
:
after_test
:
# If tests are successful, create binary packages for the project.
# 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