diff options
| author | Petr Štetiar | 2020-01-21 17:23:13 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2020-01-21 17:23:13 +0000 |
| commit | dddb2aa8124d5f63eaf8ad43b68dafcdb07a6dc6 (patch) | |
| tree | 88a7c4d5e3f997943043dbec944a688daa32aa33 | |
| parent | 5f206bcfe5c271c591000cef07977676c1256d3f (diff) | |
| download | ucert-dddb2aa8124d5f63eaf8ad43b68dafcdb07a6dc6.tar.gz | |
ci: fix unit test failures by enabling full ucert build
Fixing following unit test failures:
$ ucert -D -c $TEST_INPUTS/key-build.ucert
ucert: invalid option -- 'D'
Signed-off-by: Petr Štetiar <ynezz@true.cz>
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4874fbd..7347c82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ variables: CI_ENABLE_UNIT_TESTING: 1 CI_TARGET_BUILD_DEPENDS: ucert + CI_CMAKE_EXTRA_BUILD_ARGS: -DUCERT_FULL=on include: - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml |