mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 07:51:38 +01:00
test ci
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
.vscode/
|
.vscode/
|
||||||
builddir/
|
builddir/
|
||||||
.flatpak-builder/
|
.flatpak-builder/
|
||||||
|
repo/
|
||||||
|
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
*.d
|
*.d
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -95,7 +95,6 @@ endforeach
|
|||||||
executable('flashcards',
|
executable('flashcards',
|
||||||
sourcefiles,
|
sourcefiles,
|
||||||
resources,
|
resources,
|
||||||
#schemas,
|
|
||||||
dependencies: flashcards_deps,
|
dependencies: flashcards_deps,
|
||||||
install: true
|
install: true
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user