Created
September 21, 2020 11:53
-
-
Save cho2/be66eb6ebe29c1bb63cc7dc55399c8b0 to your computer and use it in GitHub Desktop.
Flatpak CI - KDE (https://invent.kde.org/sysadmin/ci-tooling/-/wikis/Gitlab-CI#flatpak)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include: | |
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/binary-flatpak.yml | |
variables: | |
BUNDLE: org.kde.juk.flatpak | |
flatpak: | |
extends: .flatpak | |
variables: | |
MANIFEST_URL: https://cgit.kde.org/flatpak-kde-applications.git/plain/org.kde.juk.json | |
MANIFEST_PATH: org.kde.juk.json | |
APP_ID: org.kde.juk | |
FLATPAK_MODULE: juk | |
CMAKE_ARGS: -DENABLE_TESTING=OFF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment