Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 0 additions & 94 deletions .clang-format

This file was deleted.

59 changes: 0 additions & 59 deletions .clang-tidy

This file was deleted.

33 changes: 0 additions & 33 deletions .gitattributes

This file was deleted.

22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,26 +179,26 @@ jobs:
cmake --build . \
--config Release \
--parallel $(nproc) \
--target toolset_example action_group_show_l10
--target test test_o6_can_0

- name: 验证示例程序
working-directory: build
run: |
echo "=== 验证构建产物 ==="
if [ -f toolset_example ]; then
echo "✓ toolset_example 构建成功"
file toolset_example
ls -lh toolset_example
if [ -f bin/test ]; then
echo "✓ test 构建成功"
file bin/test
ls -lh bin/test
else
echo "✗ toolset_example 未找到"
echo "✗ test 未找到"
exit 1
fi
if [ -f action_group_show_l10 ]; then
echo "✓ action_group_show_l10 构建成功"
file action_group_show_l10
ls -lh action_group_show_l10
if [ -f bin/test_o6_can_0 ]; then
echo "✓ test_o6_can_0 构建成功"
file bin/test_o6_can_0
ls -lh bin/test_o6_can_0
else
echo "✗ action_group_show_l10 未找到"
echo "✗ test_o6_can_0 未找到"
exit 1
fi

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
build
.vscode/
linker_hand/build
TODO.md
PROJECT_ANALYSIS.md
Loading
Loading