mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 06:41:38 +01:00
test ci
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
.vscode/
|
||||
builddir/
|
||||
.flatpak-builder/
|
||||
repo/
|
||||
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
@@ -5,3 +5,7 @@ build:docs:
|
||||
artifacts:
|
||||
paths:
|
||||
- ./Flashcards.pdf
|
||||
|
||||
build:flatpak:
|
||||
image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-47
|
||||
extends: .flatpak
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
{
|
||||
"type": "git",
|
||||
"tag": "main",
|
||||
"url": "file:///home/sophie/Dev/Uni/flashcards"
|
||||
"url": "https://gitlab.cvh-server.de/skrause/flashcards"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -95,7 +95,6 @@ endforeach
|
||||
executable('flashcards',
|
||||
sourcefiles,
|
||||
resources,
|
||||
#schemas,
|
||||
dependencies: flashcards_deps,
|
||||
install: true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user