Skip to content

Commit 16dac53

Browse files
committed
Add build step.
1 parent 91c956f commit 16dac53

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,10 @@ jobs:
170170
-DCMAKE_ASM_COMPILER_TARGET=armv6m-none-abi \
171171
-DCMAKE_C_FLAGS=-mfloat-abi=soft \
172172
-DCMAKE_CXX_FLAGS=-mfloat-abi=soft
173-
ninja libc
173+
- name: Build baremetal
174+
if: ${{ matrix.enable_baremetal_build == "ON" }}
175+
run: >
176+
cmake
177+
--build ${{ steps.strings.outputs.build-baremetal-output-dir }}
178+
--parallel
179+
--target install

0 commit comments

Comments
 (0)