1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2026-06-14 22:03:51 +00:00
This commit is contained in:
2026-03-06 15:48:08 +01:00
parent 7117960286
commit 5ee9bc55c6
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
.vscode/
builddir/
.flatpak-builder/
repo/
# Prerequisites
*.d
+4
View File
@@ -5,3 +5,7 @@ build:docs:
artifacts:
paths:
- ./Flashcards.pdf
build:flatpak:
image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-47
extends: .flatpak
+1 -1
View File
@@ -43,7 +43,7 @@
{
"type": "git",
"tag": "main",
"url": "file:///home/sophie/Dev/Uni/flashcards"
"url": "https://gitlab.cvh-server.de/skrause/flashcards"
}
]
}
-1
View File
@@ -95,7 +95,6 @@ endforeach
executable('flashcards',
sourcefiles,
resources,
#schemas,
dependencies: flashcards_deps,
install: true
)