Commit 2af71793 by Victor Manuel Alvarez

Fix syntax error in appveyor.yml

parent f454b0f4
...@@ -110,8 +110,8 @@ install: ...@@ -110,8 +110,8 @@ install:
- cd jansson-%JANSSON_VERSION% - cd jansson-%JANSSON_VERSION%
- md build - md build
- cd build - cd build
- %CMD_IN_ENV% cmake -DJANSSON_BUILD_DOCS=OFF -G "%VS%" .. - "%CMD_IN_ENV% cmake -DJANSSON_BUILD_DOCS=OFF -G \"%VS%\" .."
- %CMD_IN_ENV% cmake --build . --config Release - "%CMD_IN_ENV% cmake --build . --config Release"
- ctest --output-on-failure - ctest --output-on-failure
- cd ../../yara-python - cd ../../yara-python
......
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