Commit Graph

545 Commits

Author SHA1 Message Date
Damien Guard
f5e5b830df Avoid 260-character path limits on Windows in script\clean 2016-02-17 00:08:08 -08:00
Kevin Sawicki
d53eb6a42f Add out/ to clean list 2016-02-02 12:49:36 -08:00
Kevin Sawicki
c3bf0893b4 Use electron version only in fingerprint 2016-02-01 15:34:01 -08:00
Josh Abernathy
032a734325 A better description of why we're forcing 32-bit. 2016-01-17 15:47:18 -05:00
Josh Abernathy
e87c90449e Revert "Always set the architecture to ia32 on Windows."
This reverts commit 5c77effc20.
2016-01-17 15:45:30 -05:00
Josh Abernathy
44894203e7 Force 32-bit binaries from node-pre-gyp. 2016-01-17 00:07:50 -05:00
joshaber
6b4a05495e Commas are important. 2016-01-05 12:38:10 -05:00
joshaber
b8b2c88a0a Merge branch 'master' into dh-async-repo 2016-01-05 12:36:34 -05:00
joshaber
f04fee2ad9 Comment why. 2015-12-28 17:23:44 -05:00
joshaber
666958d6b9 Try just setting the target? 2015-12-28 16:50:00 -05:00
joshaber
a7ba6c8638 Try args again. 2015-12-28 16:21:37 -05:00
joshaber
bf0f6afe20 Log the environment. 2015-12-28 16:18:29 -05:00
joshaber
1eceae96cc Once more, with feeling. 2015-12-28 15:42:19 -05:00
joshaber
be9d74adbf Back to using npmrc. 2015-12-28 15:10:01 -05:00
joshaber
f23d9330fa Try passing them as args. 2015-12-28 14:39:02 -05:00
joshaber
9773adc8f8 Not an object anymore. 2015-12-28 14:28:50 -05:00
joshaber
2ccbdee48f These commands will log, so no need to do it ourselves. 2015-12-28 13:29:28 -05:00
joshaber
91ff9079d4 Just pass through the environment. 2015-12-28 13:17:06 -05:00
joshaber
71bf3a7546 How about this. 2015-12-28 13:16:22 -05:00
joshaber
11180cea1c Syntax 2015-12-28 13:11:33 -05:00
joshaber
8ac72db0b2 Get the Electron version from our package.json. 2015-12-28 13:09:38 -05:00
joshaber
ed92db1f43 Provide messages for all these steps. 2015-12-28 13:05:29 -05:00
Antonio Scandurra
4e0b2c0c21 Print package/modules (un)installation times 2015-12-19 16:20:27 +01:00
joshaber
5c77effc20 Always set the architecture to ia32 on Windows. 2015-12-15 17:23:23 -05:00
joshaber
ab94103497 Back to putting them in the npmrc. 2015-12-09 23:19:09 -05:00
joshaber
b810a8b491 Get the Electron version from the package. 2015-12-09 17:04:41 -05:00
joshaber
0baf653b99 Provide these from .npmrc. 2015-12-09 15:44:38 -05:00
joshaber
538ff83448 Merge branch 'master' into dh-async-repo 2015-12-09 15:39:26 -05:00
Max Brunsfeld
ddf70f1fd4 Merge branch 'beta' 2015-12-08 14:42:26 -08:00
Max Brunsfeld
bef0e5c994 Set mac version properly on beta 2015-12-08 14:39:14 -08:00
joshaber
8514cb18cd Do the needful to get Electron binaries. 2015-12-07 11:10:28 -05:00
Kevin Sawicki
5f2991d4ca Merge pull request #9670 from atom/wl-shortcut-flag
Don't create a desktop shortcut when building
2015-12-03 15:35:57 -08:00
Wliu
73e83e83ac Entirely 🔥 shortcut creation 2015-11-30 20:12:16 -05:00
Josh Abernathy
d34fec20d0 Merge pull request #9729 from atom/upload-to-s3
Upload releases to s3
2015-11-30 16:01:25 -05:00
joshaber
5648cd633e This is just used for Appveyor, which doesn't need these. 2015-11-21 05:53:57 -08:00
joshaber
bb69ffe015 Revert "What you got."
This reverts commit 6d20ffc06e.
2015-11-21 05:47:18 -08:00
joshaber
6d20ffc06e What you got. 2015-11-21 05:34:39 -08:00
joshaber
10628351ea Only do it on Windows. 2015-11-20 18:03:21 -08:00
joshaber
0f9cdbec77 It helps if you get the names right. 2015-11-20 18:03:14 -08:00
joshaber
fbf3265f5a Revert "Let's see if we get here."
This reverts commit 481cacb5d3.
2015-11-20 17:59:59 -08:00
joshaber
481cacb5d3 Let's see if we get here. 2015-11-20 17:32:15 -08:00
joshaber
71bdeb5010 Try copying the Windows vars in cibuild. 2015-11-20 17:32:09 -08:00
joshaber
67b713ffb4 Re-export the variables for Windows too. 2015-11-20 14:08:56 -08:00
joshaber
ad7a67d8e4 Re-export the variables for the Linux builds. 2015-11-20 14:05:05 -08:00
Daniel Hengeveld
962b814bb6 add node version to fingerprint 2015-11-18 16:13:58 +01:00
Daniel Hengeveld
8005d53c3a Add a couple missing commas 2015-11-17 17:42:51 +01:00
Daniel Hengeveld
5dfed6d222 Move fingerprinting to utils 2015-11-17 17:41:45 +01:00
Daniel Hengeveld
d1434b82ea Generate fingerprint for CI
Here we save a SHA of the package.json and process.platform, and if
it’s unchanged, we don’t clean up the node_modules folder.
2015-11-17 17:02:26 +01:00
Joe Fitzgerald
19334be188 Add Appveyor CI
- Add Appveyor badge
- Add Appveyor.yml definition, with encrypted ATOM_ACCESS_TOKEN
- Add cibuild.cmd script to launch cibuild on Windows
- Prepare to release Atom on Windows from Appveyor (but don't do it yet)
- Reduce dependence on JANKY in ci scripts + tasks
- Suppress release activities on PRs for Travis and Appveyor
- Cache ~/.atom/.apm, ~/.atom/.node-gyp/.atom, and ~/.atom/.npm on Appveyor
2015-11-10 15:37:01 -07:00
Max Brunsfeld
8df03ec0af Fixup railcar script
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-10-28 16:03:28 -07:00