Skip to content

Commit

Permalink
Clean cordio libs in build test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed May 13, 2024
1 parent adf9d67 commit 441b44a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

def build_project(project:Path, target, board, maxim_path:Path, distclean=False, extra_args=None) -> Tuple[int, tuple]:
clean_cmd = "make clean" if not distclean else "make distclean"
if target in ["MAX32655", "MAX32665", "MAX32690"]: clean_cmd += "&& make clean.cordio"
res = run(clean_cmd, cwd=project, shell=True, capture_output=True, encoding="utf-8")

# Test build
Expand Down

0 comments on commit 441b44a

Please sign in to comment.