1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 07:51:38 +01:00
This commit is contained in:
2025-02-05 23:44:41 +01:00
parent f4b6e525e0
commit e7a4ec91f9
4 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
.vscode/ .vscode/
builddir/ builddir/
.flatpak-builder/ .flatpak-builder/
repo/
# Prerequisites # Prerequisites
*.d *.d

View File

@@ -5,3 +5,7 @@ build:docs:
artifacts: artifacts:
paths: paths:
- ./Flashcards.pdf - ./Flashcards.pdf
build:flatpak:
image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-47
extends: .flatpak

View File

@@ -43,7 +43,7 @@
{ {
"type": "git", "type": "git",
"tag": "main", "tag": "main",
"url": "file:///home/sophie/Dev/Uni/flashcards" "url": "https://gitlab.cvh-server.de/skrause/flashcards"
} }
] ]
} }

View File

@@ -95,7 +95,6 @@ endforeach
executable('flashcards', executable('flashcards',
sourcefiles, sourcefiles,
resources, resources,
#schemas,
dependencies: flashcards_deps, dependencies: flashcards_deps,
install: true install: true
) )