mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-03-30 16:53:31 +08: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