Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit 113da93

Browse files
committed
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 <a.bilohai@inango-systems.com>
1 parent 9a1ff0b commit 113da93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ build-in-docker:
126126
script:
127127
# To be sure that AutoGenerated is correct, remove it first and check later that it's unchanged.
128128
- rm -rf framework/tlvf/AutoGenerated common/beerocks/tlvf/AutoGenerated
129+
- echo $EXTRA_CMAKE_FLAGS
129130
- cmake -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DCMAKE_INSTALL_PREFIX=build/install \
130-
$EXTRA_CMAKE_FLAGS -H. -Bbuild -G Ninja
131+
$EXTRA_CMAKE_FLAGS -DENABLE_HLAPI=ON -H. -Bbuild -G Ninja
131132
- ninja -C build install
132133
# Check that the AutoGenerated files are correct by checking git status
133134
- git update-index -q --refresh

0 commit comments

Comments
 (0)