The Wayback Machine - https://web.archive.org/web/20200912191329/https://github.com/electron/be
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

be

Scripts to help building Electron.

(I'm still exploring what's the best way, hold on using this.)

Usage

Bootstrap:

./bootstrap.js [--skip-gclient] [--no-history] [--force] [--args=""] [--target-cpu=x64] [--verbose]

Build:

./build.js [configuration] [--verbose]

Run tests:

./test.js [configuration] [--force-install-modules] [-arbitrary-args-passed-to-spec...]

Configuration names

This project uses following convention for configuration names.

  • Default maps to electron/build/args/testing.gn.
  • Release maps to electron/build/args/release.gn.
  • Debug maps to electron/build/args/debug.gn.
  • For x64 target, there is no suffix to configuration name.
  • For other targets, the configuration name has _ and target name as suffix, for example Default_x86.

Development conventions

  • No package.json or npm install.

License

Public domain.

About

Scripts to help building Electron

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.