diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-10 16:02:32 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-10 16:02:32 +0200 |
commit | 2546a93b8b2a3ecdea77bbf38332c4dd77d83239 (patch) | |
tree | 86006a0e64215789b2fb97cf3c5470e5749b03f1 /.gitlab-ci.yml | |
parent | d8bc1ccd39986f9b8af066636921f91667dc2492 (diff) |
add kconfig benchmark loader and model generation
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0b6c96..95d5dc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,8 @@ lint_python: run_tests: stage: test + variables: + GIT_SUBMODULE_STRATEGY: recursive script: - apt-get update -qy - apt-get install -y python3-dev python3-coverage python3-numpy python3-scipy python3-pytest python3-pytest-cov python3-sklearn python3-yaml python3-zbar wget @@ -30,7 +32,7 @@ run_tests: - wget -qO test-data/20190815_111745_nRF24_no-rx.json https://lib.finalrewind.org/energy-models/20190815_111745_nRF24_no-rx.json - wget -qO test-data/20190815_122531_nRF24_no-rx.json https://lib.finalrewind.org/energy-models/20190815_122531_nRF24_no-rx.json - pytest-3 --cov=lib - - python3-coverage html -i + - python3-coverage html artifacts: paths: - htmlcov/ |