Skip to content

Commit 68315f5

Browse files
committed
Update CheckC SDK build parameters workflow
1 parent 9a9b491 commit 68315f5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/check_csdk_build_parameters.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,7 @@ jobs:
5757
chmod +x cbpx
5858
./cbpx --app-path c_boilerplate \
5959
--device ${{ matrix.target }}
60-
# Compare output with matching file
61-
diff c_sdk_build_${{ matrix.target }}.cflags c_sdk_build_params/c_sdk_build_${{ matrix.target }}_ref.cflags
6260
if [ $? -ne 0 ]; then
63-
echo "C SDK build parameters CFLAGS do not match for target ${{ matrix.target }}"
64-
exit 1
65-
fi
66-
diff c_sdk_build_${{ matrix.target }}.defines c_sdk_build_params/c_sdk_build_${{ matrix.target }}_ref.defines
67-
if [ $? -ne 0 ]; then
68-
echo "C SDK build parameters DEFINES do not match for target ${{ matrix.target }}"
61+
echo "C SDK build parameters do not match with ref ones for target ${{ matrix.target }}"
6962
exit 1
7063
fi

0 commit comments

Comments
 (0)