summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Fanjul <albertofanjul@gmail.com>2018-07-25 08:34:23 +0200
committerMartin Blanchard <tchaik@gmx.com>2019-03-10 18:55:28 +0000
commit93d88948440877820e1c6fc5cf37ffa81b59d9e1 (patch)
treed1674df3a6d655e0491dadc94622385ea4f92f36
parent2c460bd113678b20519cdec4447815b05a3cca1c (diff)
downloadglade-93d88948440877820e1c6fc5cf37ffa81b59d9e1.tar.gz
ci: Enable test suite
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20cb943a..4f996064 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ flatpak:
- flatpak build app ./autogen.sh --prefix=/app --libdir=/app/lib ${CONFIGURE_ARGS}
- flatpak build app make install
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
- #- xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app make check
+ - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app make VERBOSE=1 check
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
artifacts: