ci: Build with profiler support
authorMatthias Clasen <mclasen@redhat.com>
Tue, 21 Jan 2020 23:20:05 +0000 (18:20 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Jan 2020 23:20:05 +0000 (18:20 -0500)
This will let us run sysprof-based performance tests.

.gitlab-ci/test-docker.sh

index 6b5a7301a1f1dec1fd89eb8aab4264100d5c7fb4..ada8edaba6a7eefd96a91d630262e22932768877 100755 (executable)
@@ -16,6 +16,7 @@ meson \
         -Dwayland-backend=true \
         -Dbroadway-backend=true \
         -Dvulkan=yes \
+        -Dprofiler=true \
         --werror \
         ${EXTRA_MESON_FLAGS:-} \
         _build $srcdir