Skip to content

Commit 848331c

Browse files
committed
ci
1 parent 7c10207 commit 848331c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ jobs:
534534
run: |
535535
which cmake
536536
cmake --version
537+
cmake --help
537538
which ninja
538539
ninja --version
539540
source ~/.env/env.sh

tools/ci/bsp_buildings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ def build_bsp_cmake(bsp, scons_args=''):
126126

127127
if res != 0:
128128
success = False
129+
130+
os.chdir(f'{rtt_root}/bsp/{bsp}')
129131

130132
build_dir = os.path.join(rtt_root, 'bsp', bsp, 'cmake-build')
131133
shutil.rmtree(build_dir, ignore_errors=True)

0 commit comments

Comments
 (0)