From dddb2aa8124d5f63eaf8ad43b68dafcdb07a6dc6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Tue, 21 Jan 2020 18:23:13 +0100 Subject: [PATCH] ci: fix unit test failures by enabling full ucert build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixing following unit test failures: $ ucert -D -c $TEST_INPUTS/key-build.ucert ucert: invalid option -- 'D' Signed-off-by: Petr Å tetiar --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1