Commit 38f5ff8c authored by Jeremy Bokobza's avatar Jeremy Bokobza

added caching of node modules

parent bd39b922
...@@ -31,6 +31,10 @@ env: ...@@ -31,6 +31,10 @@ env:
- arch=x64 - arch=x64
- configuration=Release - configuration=Release
- os_platform=linux - os_platform=linux
cache:
directories:
- node_modules
# Work around NuGet issue #2163 # Work around NuGet issue #2163
# https://github.com/NuGet/Home/issues/2163 # https://github.com/NuGet/Home/issues/2163
......
...@@ -41,6 +41,10 @@ environment: ...@@ -41,6 +41,10 @@ environment:
arch: ia32 arch: ia32
plat: win32 plat: win32
# build cache to preserve files/folders between builds
cache:
- node_modules
init: init:
- ps: | - ps: |
$env:log_prefix = "[$env:win_runtime][$env:configuration]" $env:log_prefix = "[$env:win_runtime][$env:configuration]"
......
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