From 74eef3925f9038a5ba4d519f1b5bcf6fbf57d8cb Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sun, 10 Feb 2019 23:09:29 +0100 Subject: [PATCH] gitlab ci: set meson args correctly --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae28f2f..fb4e8c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ flatpak: variables: MANIFEST_PATH: "build-aux/com.github.bilelmoussaoui.Authenticator.json" FLATPAK_MODULE: "Authenticator" + MESON_ARGS: "-Dprofile=development" RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo" APP_ID: "com.github.bilelmoussaoui.Authenticator" extends: .flatpak