diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2022-05-20 16:11:21 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-05-20 16:11:21 +0200 |
commit | 9d80e58cef191f8ae3378872d6c0bf939969dd6f (patch) | |
tree | 326c695e94a8dceb9adb0215dd4f62dfd45860d7 | |
parent | a9e78cbc66d299072be176559ccd3288806b8dc4 (diff) |
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23fc6b9..29329bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,8 +44,8 @@ make_benchmark: - mkdir kconfig-static-data - cd kconfig-static-data - ../bin/explore-kconfig.py --log-level debug --random 5 --with-neighbourhood ../examples/kconfig-static - - DFATOOL_DTREE_IGNORE_IRRELEVANT_PARAMS=0 DFATOOL_KCONF_WITH_CHOICE_NODES=0 ../bin/analyze-kconfig.py --export-webconf example-static-rmt.json ../examples/kconfig-static/Kconfig . - - cp ../examples/kconfig-static/Kconfig example-static.kconfig + - DFATOOL_DTREE_IGNORE_IRRELEVANT_PARAMS=0 DFATOOL_KCONF_WITH_CHOICE_NODES=0 ../bin/analyze-kconfig.py --export-webconf ../example-static-rmt.json ../examples/kconfig-static/Kconfig . + - cp ../examples/kconfig-static/Kconfig ../example-static.kconfig artifacts: paths: - example-static.kconfig |