8f2292478c
In commit 08f17c87a0
("add fuzzer and cram based unit tests") some
fuzz/unit tests were added so enable them on CI as well.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
8 lines
309 B
YAML
8 lines
309 B
YAML
variables:
|
|
CI_ENABLE_UNIT_TESTING: 1
|
|
CI_TARGET_BUILD_DEPENDS: ubus
|
|
CI_CMAKE_EXTRA_BUILD_ARGS: -DLUAPATH=/usr/lib/lua
|
|
|
|
include:
|
|
- remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml
|
|
- remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/pipeline.yml
|