From a2667f784b0a8f22ee4153f42f77a90d66514226 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 4 May 2017 12:05:08 -0700 Subject: [PATCH] CI builds zip for all platforms // FREEBIE --- .travis.yml | 3 --- appveyor.yml | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79ec900f7..f19e95de2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,4 @@ notifications: addons: artifacts: paths: - - $(ls ./dist/*.dmg | tr "\n" ":") - $(ls ./dist/*.zip | tr "\n" ":") - - $(ls ./dist/*.deb | tr "\n" ":") - - $(ls ./dist/*.rpm | tr "\n" ":") diff --git a/appveyor.yml b/appveyor.yml index 665275300..1381ba8ee 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ build_script: - yarn ci-build artifacts: - - path: dist/*.exe + - path: dist/*.zip deploy: provider: Environment diff --git a/package.json b/package.json index 829addbfa..b649b4efa 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "test": "grunt test", "lint": "grunt jshint", "start": "electron .", - "ci-build": "npm run icon-gen && grunt && build --em.environment=$NODE_ENV --config.mac.bundleVersion='$TRAVIS_BUILD_NUMBER' --config.mac.target=zip --publish=never", + "ci-build": "npm run icon-gen && grunt && build --em.environment=$NODE_ENV --config.mac.bundleVersion='$TRAVIS_BUILD_NUMBER' --config.mac.target=zip --config.win.target=zip --config.linux.target=zip --publish=never", "dist": "npm run icon-gen && grunt && build --em.environment=$NODE_ENV", "pack": "npm run dist -- --dir", "pack-staging": "NODE_ENV=staging npm run pack",