mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Only build Debug target in cibuild.
This commit is contained in:
@@ -26,7 +26,7 @@ def main():
|
||||
if sys.platform != 'win32':
|
||||
run_script('pylint.py')
|
||||
run_script('coffeelint.py')
|
||||
run_script('build.py')
|
||||
run_script('build.py', ['-c', 'Debug'])
|
||||
run_script('test.py', ['--ci'])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user