Remove some old commented out stuff
This commit is contained in:
parent
c80abed1cd
commit
fcef25276e
@ -31,13 +31,7 @@ def run_command(*args: List[str]):
|
|||||||
print(f"{Fore.GREEN}{Style.BRIGHT}Command succeeded{Style.RESET_ALL}")
|
print(f"{Fore.GREEN}{Style.BRIGHT}Command succeeded{Style.RESET_ALL}")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
#def touch_sources():
|
|
||||||
# for root, dirs, files in os.walk("../src"):
|
|
||||||
# for filename in files:
|
|
||||||
# Path(os.path.join(root, filename)).touch()
|
|
||||||
|
|
||||||
def build(matrix):
|
def build(matrix):
|
||||||
#touch_sources()
|
|
||||||
print(f"{Fore.BLUE}{Style.BRIGHT}{'=' * 10} Running build with config {', '.join(matrix.values())} {'=' * 10}{Style.RESET_ALL}")
|
print(f"{Fore.BLUE}{Style.BRIGHT}{'=' * 10} Running build with config {', '.join(matrix.values())} {'=' * 10}{Style.RESET_ALL}")
|
||||||
|
|
||||||
if os.path.exists("build"):
|
if os.path.exists("build"):
|
||||||
@ -88,7 +82,6 @@ def build(matrix):
|
|||||||
return succeeded
|
return succeeded
|
||||||
|
|
||||||
def build_full_or_auto(matrix):
|
def build_full_or_auto(matrix):
|
||||||
#touch_sources()
|
|
||||||
print(f"{Fore.BLUE}{Style.BRIGHT}{'=' * 10} Running build with config {'<auto>' if matrix['config'] == '' else ', '.join(matrix.values())} {'=' * 10}{Style.RESET_ALL}")
|
print(f"{Fore.BLUE}{Style.BRIGHT}{'=' * 10} Running build with config {'<auto>' if matrix['config'] == '' else ', '.join(matrix.values())} {'=' * 10}{Style.RESET_ALL}")
|
||||||
|
|
||||||
if os.path.exists("build"):
|
if os.path.exists("build"):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user