mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Try doing release in CI
This commit is contained in:
@@ -59,7 +59,7 @@ def main():
|
||||
npm = 'npm.cmd' if PLATFORM == 'win32' else 'npm'
|
||||
execute([npm, 'install', 'npm@2.12.1'])
|
||||
|
||||
is_release = os.environ.has_key('ELECTRON_RELEASE')
|
||||
is_release = not is_travis
|
||||
args = ['--target_arch=' + target_arch]
|
||||
if not is_release:
|
||||
args += ['--dev']
|
||||
|
||||
Reference in New Issue
Block a user