Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e3352c

Browse files
committed
Remove build config from mbed build
1 parentebc57ce commit2e3352c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎.circleci/config.yml‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
-run:
1616
name:Test
1717
command:ctest -VV -o /tmp/test_results/test-results.txt
18-
-run:
19-
name:Generate code coverage
20-
command:lcov -c --directory . --output-file main_coverage.info > /tmp/test_results/coverage_summary.txt
21-
-run:genhtml main_coverage.info --output-directory /tmp/coverage
22-
-store_test_results:
23-
path:/tmp/test_results
24-
-store_artifacts:
25-
path:/tmp/coverage
26-
prefix:coverage
18+
#- run:
19+
#name: Generate code coverage
20+
#command: lcov -c --directory . --output-file main_coverage.info > /tmp/test_results/coverage_summary.txt
21+
#- run: genhtml main_coverage.info --output-directory /tmp/coverage
22+
#- store_test_results:
23+
#path: /tmp/test_results
24+
#- store_artifacts:
25+
#path: /tmp/coverage
26+
#prefix: coverage
2727

2828
mbedCI:
2929
docker:
@@ -38,7 +38,7 @@ jobs:
3838
#- run: mv uTensor/unity_temp/* uTensor/unity/
3939
-run:mbed config root .
4040
-run:mbed deploy
41-
-run:mbed compile -m DISCO_F413ZH -t GCC_ARM --profile=uTensor/extras/build_profile/release.json
41+
-run:mbed compile -m DISCO_F413ZH -t GCC_ARM
4242

4343
workflows:
4444
version:2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp