Polyspace R2021a Link
polyspace-analysis:
stage: test
script:
- polyspace-bug-finder -sources src/ -lang c++14 -checkers-selection "all"
- polyspace-report-generator -results polyspace_results.psx -format junit -o report.xml
artifacts:
reports:
junit: report.xml
Polyspace supports cross-compilation. In R2021a, you specify:
Example:
polyspace-code-prover -sources src/ -target-compiler arm-none-eabi-gcc -input-range "sensor_val:0..4095"