mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-23 11:27:58 +08: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