[nautilus/wip/ernestask/leak-plugging: 6/11] CI: Run tests with Meson, not directly with ninja
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/ernestask/leak-plugging: 6/11] CI: Run tests with Meson, not directly with ninja
- Date: Sun, 7 Oct 2018 07:36:14 +0000 (UTC)
commit d60a7d0b74ad4716bdc8024857f9d1a7e43fa6a0
Author: Ernestas Kulik <ernestask gnome org>
Date: Sat Oct 6 20:49:02 2018 +0300
CI: Run tests with Meson, not directly with ninja
The wrapper offers some additional toys, just in case.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 624dd70d8..30699e018 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ flatpak:
- flatpak build app ninja -C _build install
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
# Run automatic tests inside the Flatpak env
- - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
+ - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app meson test -C _build
# Generate a Flatpak bundle
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
artifacts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]