Commit 97ebd4d7 by plusvic

Checkout yara submodule in appveyor

parent 729288fe
...@@ -116,6 +116,10 @@ install: ...@@ -116,6 +116,10 @@ install:
# target Python version and architecture # target Python version and architecture
- "%CMD_IN_ENV% pip install -r dev-requirements.txt" - "%CMD_IN_ENV% pip install -r dev-requirements.txt"
clone_script:
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%
build_script: build_script:
# Build the compiled extension # Build the compiled extension
- "%CMD_IN_ENV% python setup.py build" - "%CMD_IN_ENV% python setup.py build"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment