Skip to content

Commit 1dcb918

Browse files
Merge pull request #6 from linker-bot/dev
refactor: restructure project directories and upgrade SDK to v2.1.7
2 parents 8125939 + 2a41c09 commit 1dcb918

163 files changed

Lines changed: 9961 additions & 19881 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.clang-format

Lines changed: 0 additions & 94 deletions
This file was deleted.

.clang-tidy

Lines changed: 0 additions & 59 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -179,26 +179,26 @@ jobs:
179179
cmake --build . \
180180
--config Release \
181181
--parallel $(nproc) \
182-
--target toolset_example action_group_show_l10
182+
--target test test_o6_can_0
183183
184184
- name: 验证示例程序
185185
working-directory: build
186186
run: |
187187
echo "=== 验证构建产物 ==="
188-
if [ -f toolset_example ]; then
189-
echo "✓ toolset_example 构建成功"
190-
file toolset_example
191-
ls -lh toolset_example
188+
if [ -f bin/test ]; then
189+
echo "✓ test 构建成功"
190+
file bin/test
191+
ls -lh bin/test
192192
else
193-
echo "✗ toolset_example 未找到"
193+
echo "✗ test 未找到"
194194
exit 1
195195
fi
196-
if [ -f action_group_show_l10 ]; then
197-
echo "✓ action_group_show_l10 构建成功"
198-
file action_group_show_l10
199-
ls -lh action_group_show_l10
196+
if [ -f bin/test_o6_can_0 ]; then
197+
echo "✓ test_o6_can_0 构建成功"
198+
file bin/test_o6_can_0
199+
ls -lh bin/test_o6_can_0
200200
else
201-
echo "✗ action_group_show_l10 未找到"
201+
echo "✗ test_o6_can_0 未找到"
202202
exit 1
203203
fi
204204

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
build
22
.vscode/
3-
linker_hand/build
4-
TODO.md
5-
PROJECT_ANALYSIS.md

0 commit comments

Comments
 (0)