From e7a4ec91f9e18606f31ba00124b8f5572b006e3c Mon Sep 17 00:00:00 2001 From: Sophie Krause Date: Wed, 5 Feb 2025 23:44:41 +0100 Subject: [PATCH] test ci --- .gitignore | 1 + .gitlab-ci.yml | 4 ++++ li.sopht.Flashcards.json | 2 +- meson.build | 1 - 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 184665c..3ab04ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .vscode/ builddir/ .flatpak-builder/ +repo/ # Prerequisites *.d diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a84473..29c4880 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,3 +5,7 @@ build:docs: artifacts: paths: - ./Flashcards.pdf + +build:flatpak: + image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-47 + extends: .flatpak diff --git a/li.sopht.Flashcards.json b/li.sopht.Flashcards.json index eb98a55..6512bdf 100644 --- a/li.sopht.Flashcards.json +++ b/li.sopht.Flashcards.json @@ -43,7 +43,7 @@ { "type": "git", "tag": "main", - "url": "file:///home/sophie/Dev/Uni/flashcards" + "url": "https://gitlab.cvh-server.de/skrause/flashcards" } ] } diff --git a/meson.build b/meson.build index db55db4..622d7e9 100644 --- a/meson.build +++ b/meson.build @@ -95,7 +95,6 @@ endforeach executable('flashcards', sourcefiles, resources, - #schemas, dependencies: flashcards_deps, install: true )