Skip to content

Commit 8966b20

Browse files
committed
ci again
1 parent e1339e9 commit 8966b20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build_all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
os.makedirs(bin_directory, exist_ok=True)
3939

4040
start_time = time.monotonic()
41+
subprocess.run("make -j BOARD={} clean".format(board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
4142
make_result = subprocess.run("make -j BOARD={} all".format(board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
4243
build_duration = time.monotonic() - start_time
4344

0 commit comments

Comments
 (0)