Add check command to patches script

This commit is contained in:
Julien Cretin
2022-06-21 19:15:44 +02:00
parent 2544afbfee
commit b14ed0e742
2 changed files with 54 additions and 14 deletions

View File

@@ -770,6 +770,8 @@ class OpenSKInstaller:
info("Nothing to do.")
return 0
subprocess.run(["./maintainers/patches", "check"])
# Compile what needs to be compiled
board_props = SUPPORTED_BOARDS[self.args.board]
if self.args.tockos: