Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • opensrc/SMPStaticAnalyzer
1 result
Show changes
Commits on Source (2)
......@@ -19,18 +19,13 @@ after_script:
- ./cicd_testing/starstest2.sh
# per os items
test-ubuntu20:
test-ubuntu24:
<<: *test
tags:
- ubuntu20
- ubuntu24
test-ubuntu22:
<<: *test
tags:
- ubuntu22
test-coss9:
<<: *test
tags:
- coss9
#include <stdio.h>
#include <cstdint>
// eventually move these into idapro/all.h
......