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

CI: Only run pressure-vessel test suite in devel build


The steam-runtime-tools test suite is failing, but only as a subproject,
and it isn't really the point of this CI anyway.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 3bd12457
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ build:devel: ...@@ -72,7 +72,7 @@ build:devel:
meson --werror -Dman=true _build meson --werror -Dman=true _build
ninja -C _build ninja -C _build
ninja -C _build install ninja -C _build install
meson test --verbose -C _build meson test --verbose -C _build --suite pressure-vessel
export CC=clang export CC=clang
export CXX=clang++ export CXX=clang++
...@@ -86,7 +86,7 @@ build:devel: ...@@ -86,7 +86,7 @@ build:devel:
ninja -C _build ninja -C _build
ninja -C _build scan-build ninja -C _build scan-build
ninja -C _build install ninja -C _build install
meson test --verbose -C _build meson test --verbose -C _build --suite pressure-vessel
build:scout: build:scout:
stage: build stage: build
......
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