From 113da938feb78a3d520efd092b31f19f667e98be Mon Sep 17 00:00:00 2001 From: Anton Bilohai Date: Wed, 5 Aug 2020 17:33:07 +0300 Subject: [PATCH] ci: .gitlab-ci.yml: build high level api lib for a test This commit is created for testing purposes to make sure that build with AMBIORIX libs can be done in CI. It will be removed before commit merge. Signed-off-by: Anton Bilohai --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 090b7315eb..1a0cab7a10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,8 +126,9 @@ build-in-docker: script: # To be sure that AutoGenerated is correct, remove it first and check later that it's unchanged. - rm -rf framework/tlvf/AutoGenerated common/beerocks/tlvf/AutoGenerated + - echo $EXTRA_CMAKE_FLAGS - cmake -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DCMAKE_INSTALL_PREFIX=build/install \ - $EXTRA_CMAKE_FLAGS -H. -Bbuild -G Ninja + $EXTRA_CMAKE_FLAGS -DENABLE_HLAPI=ON -H. -Bbuild -G Ninja - ninja -C build install # Check that the AutoGenerated files are correct by checking git status - git update-index -q --refresh