Commit e1f50496 by Victor Manuel Alvarez

Fix environment variable syntax

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