savushkin-r-d / ptusa_main

Programmable automation controller (PAC) main program
MIT License
4 stars 20 forks source link

Add build and install cmake script #712

Closed idzm closed 2 months ago

idzm commented 3 months ago

How to use (target AXCF2152):

cmake -D CFG_NAME:string="build-windows-AXCF2152-2022-LTS-Release"\
      -D BUILD_NAME:string="build-windows-AXCF2152-2022-LTS-Release"\
      -P ./misc/bi.cmake

And to get colored output (command line from misc/bild_all.sh) for target AXCF2152:

( cmake -D CFG_NAME:string="build-windows-AXCF2152-2022-LTS-Release"\
        -D BUILD_NAME:string="build-windows-AXCF2152-2022-LTS-Release"\
        -P ./misc/bi.cmake ) 2>&1 | ./misc/colorize.sh

изображение

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 43.78%. Comparing base (423600b) to head (fe370e5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #712 +/- ## ========================================== - Coverage 43.78% 43.78% -0.01% ========================================== Files 92 92 Lines 26569 26569 Branches 2793 2793 ========================================== - Hits 11634 11632 -2 - Misses 14931 14933 +2 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud