diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2022-05-20 12:33:39 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-05-20 12:33:39 +0200 |
commit | e691d9a63cec54bcbf1c5f546470e1f256a40db7 (patch) | |
tree | d449a3eaa1cfe989fd2fe212ab0f8f133b485b32 /.gitlab-ci.yml | |
parent | dfd07b0a23396720e9bfe4515a596932694737ee (diff) |
Kconfig: support relative paths
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d62d9e3..0133864 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ make_benchmark: script: - mkdir kconfig-static-data - cd kconfig-static-data - - ../bin/explore-kconfig.py --log-level debug --random 5 --with-neighbourhood ${PWD}/../examples/kconfig-static + - ../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 artifacts: |