Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
John Kleinschmidt f57d9c7260 Updated to handle different extensions 2018-06-19 15:16:35 -04:00
Zeke Sikelianos eeed16c94e
Merge pull request #6 from electron/only-fetch-commit
Don't fetch all if commit specified
2017-12-11 20:09:54 -08:00
John Kleinschmidt 8c8c9e121d Move if above forEach 2017-12-11 16:48:10 -05:00
John Kleinschmidt 6d61b5c100 Don't fetch all if commit specified 2017-12-11 11:40:16 -05:00
Zeke Sikelianos 7fddfc0a34
Merge pull request #5 from electron/check-static
Add check for static files
2017-12-01 17:12:45 -08:00
John Kleinschmidt 4304aedbc4 Add check for static files 2017-12-01 12:05:07 -05:00
Zeke Sikelianos 8d61c9c64f
Merge pull request #4 from alexeykuzmin/add-arm64
Add arm64 build to the list
2017-11-25 20:41:36 -08:00
Alexey Kuzmin f811e7beca Add arm64 build to the list 2017-11-24 23:39:38 +01:00
Zeke Sikelianos bf8e3682c8
Merge pull request #3 from alexeykuzmin/minimum-nodejs-version
Explicitly state minumum required Node.js version to be 7.6.0
2017-11-20 07:00:31 -08:00
Alexey Kuzmin 459177432a Explicitly state minumum required Node.js version to be 7.6.0
Async/await are not available in V8 prior version 5.5 [1],
and Node.js switched to V8 5.5 only in version 7.6.0 [2].

Entry in the package.json is not enough because it isn't used
unless user has set npm config's `engine-strict` to `true`,
while its default value is `false` [3].

[1] https://v8project.blogspot.ru/2016/10/v8-release-55.html
[2] https://nodejs.org/en/blog/release/v7.6.0/
[3] https://docs.npmjs.com/misc/config#engine-strict
2017-11-14 17:33:24 +03:00
Zeke Sikelianos dbee7cfc28 Merge pull request #2 from electron/urls
add a flag for displaying asset URLs
2017-08-04 10:23:12 -07:00
Zeke Sikelianos b6505e13e0 add a flag for displaying asset URLs 2017-08-04 10:22:04 -07:00
John Kleinschmidt e2abe26b98 Merge pull request #1 from electron/check-all-branches
check build status for all branches
2017-08-02 09:27:14 -04:00
John Kleinschmidt 0d1f020ae4 Add .gitignore 2017-08-02 09:25:53 -04:00
Zeke Sikelianos ff7dfe19e3 check build status for all branches 2017-08-01 15:13:38 -07:00
Zeke Sikelianos f2dc36e95c one point oh 2017-07-31 16:49:53 -07:00