Commit Graph

10 Commits (08b7ce88d9b2efb6fb4b932e0e285acca6ffc611)

Author SHA1 Message Date
lilia 08b7ce88d9
More release scripting in npm
npm run icon-gen and grunt (run default task) can be grouped into one
operation.

Use SIGNAL_ENV instead of NODE_ENV since Setting NODE_ENV adversely
affects yarn's install behavior, so we had to set it after the install
and before the build. By using a custom variable instead, we can set it
globally and eventually use it in a build matrix.

Move mas build to its own npm script

// FREEBIE
8 years ago
lilia a2667f784b
CI builds zip for all platforms
// FREEBIE
8 years ago
lilia aaee025409
Rename script 8 years ago
lilia 693a59809e
Fix setting environment var on windows
Use platform-specific commands to set NODE_ENV after yarn install but
before yarn travis-build.

// FREEBIE
8 years ago
lilia 81d8b78d05
Switch to grunt-sass + node-sass-import-once
These modules together allow us to import css files from third party
components without maintaining symlinks that essentially rename them as
sass partials, which doesn't work on windows.

// FREEBIE
8 years ago
lilia d6c0fbe9a3
WIP Travis build
// FREEBIE
8 years ago
Scott Nonnenberg f15bdad4b3 Travis doesn't respect the repo/organization email so turning off
Turning off travis email notifications. Github does a fine job notifying
us about the things we care about, otherwise we can always go there and
see the results.

FREEBIE
8 years ago
lilia 88363daecf Migrate to new travis infrastructure
http://docs.travis-ci.com/user/migrating-from-legacy
10 years ago
lilia cc28120582 Add secure environment vars for travis 11 years ago
Arlo Breault 8d56a1b248 Run tests on Sauce Labs
* Issue #57
11 years ago