Commit c20f2fa4 authored by Jeremy Bokobza's avatar Jeremy Bokobza

better caching

parent 38f5ff8c
...@@ -34,7 +34,7 @@ env: ...@@ -34,7 +34,7 @@ env:
cache: cache:
directories: directories:
- node_modules - Breeze.UI/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
......
...@@ -12,6 +12,13 @@ ...@@ -12,6 +12,13 @@
"icon": "dist/assets/images/breeze-logo", "icon": "dist/assets/images/breeze-logo",
"target": ["nsis"] "target": ["nsis"]
}, },
"linux": {
"target": [
"deb",
"tar.gz"
],
"category": "Utility"
}
"nsis": { "nsis": {
"oneClick": false, "oneClick": false,
"perMachine": true, "perMachine": true,
......
...@@ -80,5 +80,8 @@ zip -r $TRAVIS_BUILD_DIR/deploy/$app_output_zip_name $app_output_name/* ...@@ -80,5 +80,8 @@ zip -r $TRAVIS_BUILD_DIR/deploy/$app_output_zip_name $app_output_name/*
#tests #tests
echo $log_prefix no tests to run echo $log_prefix no tests to run
cd $TRAVIS_BUILD_DIR
ls
echo $log_prefix FINISHED build echo $log_prefix FINISHED 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