зеркало из https://github.com/electron/electron.git
Only build Debug target in cibuild.
This commit is contained in:
Родитель
c1e2348695
Коммит
59293bc938
|
@ -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'])
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче