projects
/
project
/
ucert.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f206bc
)
ci: fix unit test failures by enabling full ucert build
author
Petr Štetiar
<ynezz@true.cz>
Tue, 21 Jan 2020 17:23:13 +0000
(18:23 +0100)
committer
Petr Š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
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 4874fbd18facd97933cffdf16394e244592223af..7347c820978c76bb32e1bdc39c4e6b29c7bed343 100644
(file)
--- 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