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 <marcandre.lureau@redhat.com>
Message-Id: <20201125100640.366523-9-marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • 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
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.