mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 05:52:06 +08:00
Don't clean scons build on dirty branches
This commit is contained in:
@@ -110,7 +110,7 @@ def build():
|
||||
r = scons.stderr.read().split(b'\n')
|
||||
compile_output += r
|
||||
|
||||
if retry:
|
||||
if retry and (not dirty):
|
||||
if not os.getenv("CI"):
|
||||
print("scons build failed, cleaning in")
|
||||
for i in range(3, -1, -1):
|
||||
|
||||
Reference in New Issue
Block a user