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

Commit

Permalink
ci: .gitlab-ci.yml: build high level api lib for a test
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
abelog committed Aug 6, 2020
1 parent 9a1ff0b commit 113da93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 113da93

Please sign in to comment.