Open-CMSIS-Pack / cbuild

Commandline utility to orchestrate the intermediate build steps of CMSIS Build
Apache License 2.0
4 stars 10 forks source link

Run cbuild2cmake per context & build summary #235

Closed soumeh01 closed 4 months ago

soumeh01 commented 4 months ago

This update includes the following changes:

+----------------------------------------
(1/2) Building context: "Hello.Debug+AVH"
info cbuild2cmake: Generate CMakeLists 0.9.2-devint1 (C) 2024 Arm Ltd. and Contributors
info cbuild2cmake: CMakeLists were successfully generated in the C:/Sandbox/opensource/csolution-examples/Hello/tmp directory
[1/9] Creating directories for 'Hello.Debug+AVH'
[2/9] No download step for 'Hello.Debug+AVH'
[3/9] No update step for 'Hello.Debug+AVH'
[4/9] No patch step for 'Hello.Debug+AVH'
[5/9] Performing configure step for 'Hello.Debug+AVH'
-- The C compiler identification is ARMClang 6.18.2
...
Program Size: Code=29904 RO-data=1592 RW-data=244 ZI-data=37072  
[7/9] No install step for 'Hello.Debug+AVH'
[8/9] No test step for 'Hello.Debug+AVH'
[9/9] Completed 'Hello.Debug+AVH'
+------------------------------------------
(2/2) Building context: "Hello.Release+AVH"
info cbuild2cmake: Generate CMakeLists 0.9.2-devint1 (C) 2024 Arm Ltd. and Contributors
info cbuild2cmake: CMakeLists were successfully generated in the C:/Sandbox/opensource/csolution-examples/Hello/tmp directory
[1/9] Creating directories for 'Hello.Release+AVH'
[2/9] No download step for 'Hello.Release+AVH'
[3/9] No update step for 'Hello.Release+AVH'
[4/9] No patch step for 'Hello.Release+AVH'
[5/9] Performing configure step for 'Hello.Release+AVH'
-- The C compiler identification is ARMClang 6.18.2
-- The ASM compiler identification is ARMClang
...
Program Size: Code=17692 RO-data=988 RW-data=196 ZI-data=37112  
[7/9] No install step for 'Hello.Release+AVH'
[8/9] No test step for 'Hello.Release+AVH'
[9/9] Completed 'Hello.Release+AVH'
+------------------------------------------------------------
Build summary: 2 succeeded, 0 failed - Time Elapsed: 00:00:46
+============================================================
github-actions[bot] commented 4 months ago

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

github-actions[bot] commented 4 months ago

Test Results

  4 files  ±0   44 suites  ±0   7s :stopwatch: -1s 202 tests +1  202 :white_check_mark: +1  0 :zzz: ±0  0 :x: ±0  808 runs  +4  808 :white_check_mark: +4  0 :zzz: ±0  0 :x: ±0 

Results for commit bf39f0cc. ± Comparison against base commit e334a0c2.

:recycle: This comment has been updated with latest results.

codeclimate[bot] commented 4 months ago

Code Climate has analyzed commit bf39f0cc and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 86.7% (50% is the threshold).

This pull request will bring the total coverage in the repository to 79.8% (1.0% change).

View more on Code Climate.