Commit d36a1db7 by Victor Manuel Alvarez

Fix appveyor.yml syntax error

parent 1e97d6dc
......@@ -95,8 +95,8 @@ install:
# Download and build jansson library
- cd ..
-ps: Invoke-WebRequest "https://github.com/akheron/jansson/archive/v%JANSSON_VERSION%.zip" -OutFile "jansson.zip"
-ps: Expand-Archive jansson.zip -DestinationPath .
- ps: Invoke-WebRequest "https://github.com/akheron/jansson/archive/v%JANSSON_VERSION%.zip" -OutFile "jansson.zip"
- ps: Expand-Archive jansson.zip -DestinationPath .
- cd jansson-%JANSSON_VERSION%
- md build
- cd 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