ci: fix unit test failures by enabling full ucert build
authorPetr Štetiar <ynezz@true.cz>
Tue, 21 Jan 2020 17:23:13 +0000 (18:23 +0100)
committerPetr Štetiar <ynezz@true.cz>
Tue, 21 Jan 2020 17:23:13 +0000 (18:23 +0100)
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>
.gitlab-ci.yml

index 4874fbd18facd97933cffdf16394e244592223af..7347c820978c76bb32e1bdc39c4e6b29c7bed343 100644 (file)
@@ -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