Skip to content

Commit

Permalink
.gitlab-ci: add build-libvhost-user
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-André Lureau <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
  • Loading branch information
elmarco authored and mstsirkin committed Dec 9, 2020
1 parent e019356 commit c4698e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,17 @@ check-dco:
variables:
GIT_DEPTH: 1000

build-libvhost-user:
stage: build
image: $CI_REGISTRY_IMAGE/qemu/fedora:latest
before_script:
- dnf install -y meson ninja-build
script:
- mkdir subprojects/libvhost-user/build
- cd subprojects/libvhost-user/build
- meson
- ninja

pages:
image: $CI_REGISTRY_IMAGE/qemu/ubuntu2004:latest
stage: test
Expand Down

0 comments on commit c4698e3

Please sign in to comment.