Skip to content
Snippets Groups Projects
Commit 328b849f authored by Simon McVittie's avatar Simon McVittie
Browse files

gitlab-ci: Exercise a scout relocatable build

parent fab2c8f6
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,19 @@ build:scout: ...@@ -52,6 +52,19 @@ build:scout:
ninja -C _build ninja -C _build
ninja -C _build install ninja -C _build install
meson test --verbose -C _build meson test --verbose -C _build
./build-relocatable-install.py \
--srcdir . \
--builddir _build \
--libcapsuledir /usr/lib/libcapsule/relocatable \
--prefix="$(pwd)/_build/relocatable-install" \
--archive "$(pwd)/_build" \
--set-version "$(cat .tarball-version)" \
${NULL+}
prove -v ./tests/relocatable-install.py :: \
--srcdir . \
--builddir _build \
--prefix="$(pwd)/_build/relocatable-install" \
${NULL+}
# Artifacts are currently disabled because uploading them to the # Artifacts are currently disabled because uploading them to the
# coordinator results in HTTP 413 Request Entity Too Large. # coordinator results in HTTP 413 Request Entity Too Large.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment