Browse Source

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>
Petr Štetiar 4 years ago
parent
commit
dddb2aa812
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.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