Added gitlab cicd yml file with flatpak build job
This commit is contained in:

committed by
Sumner Evans

parent
e3bce8c589
commit
aeb43d7954
5
.gitlab-ci.yml
Normal file
5
.gitlab-ci.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
build_flatpak:
|
||||
image: registry.gitlab.com/robozman/libremsonic/libremsonic/build:latest
|
||||
script:
|
||||
- cd flatpak
|
||||
- ./flatpak_build.sh
|
Reference in New Issue
Block a user