gitlab ci: set meson args correctly

This commit is contained in:
Bilal Elmoussaoui 2019-02-10 23:09:29 +01:00
parent 63a5ff6d6c
commit 74eef3925f

View file

@ -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