mirror of
https://github.com/electron/electron.git
synced 2026-01-14 09:58:04 -05:00
Remove the build directory beforing rebuilding in cibuild.
This commit is contained in:
@@ -4,11 +4,15 @@ import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
from lib.util import rm_rf
|
||||
|
||||
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
|
||||
|
||||
def main():
|
||||
rm_rf(os.path.join(SOURCE_ROOT, 'out'))
|
||||
|
||||
run_script('bootstrap.py')
|
||||
run_script('cpplint.py')
|
||||
run_script('pylint.py')
|
||||
|
||||
Reference in New Issue
Block a user