Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Decoder
pkm-api
Commits
a64e4dcb
Commit
a64e4dcb
authored
Mar 12, 2022
by
Armand PUCCETTI
Browse files
turning mdr plugin off for testing purposes
parent
a7bf4a2b
Pipeline
#20181
passed with stages
in 9 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
util/frama_c.js
View file @
a64e4dcb
...
...
@@ -283,7 +283,7 @@ function frama_c(file_system, compile_commands, mode, options = {})
if
(
mode
.
parser
)
steps
.
push
(
'
json
'
);
if
(
mode
.
eva
)
steps
.
push
(
'
eva
'
);
if
(
mode
.
wp
)
steps
.
push
(
'
wp
'
);
if
(
mode
.
eva
||
mode
.
wp
)
steps
.
push
(
'
mdr-gen
'
);
//
if(mode.eva || mode.wp) steps.push('mdr-gen');
for
(
let
step_num
=
0
;
step_num
<
steps
.
length
;
++
step_num
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment