Update .travis.yml, .gitlab-ci.yml, flatpak/org.eu.encom.spectral.yaml, .ci/bintray-release.json files
Deleted flatpak/org.eu.encom.matrique.yaml
This commit is contained in:
parent
81a7172f29
commit
3028580cf2
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"includePattern": "matrique.dmg",
|
"includePattern": "spectral.dmg",
|
||||||
"uploadPattern": "matrique-TRAVIS_BUILD_NUMBER.dmg"
|
"uploadPattern": "spectral-TRAVIS_BUILD_NUMBER.dmg"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"package": {
|
"package": {
|
||||||
"desc": "A client for Matrix protocol.",
|
"desc": "A client for Matrix protocol.",
|
||||||
"issue_tracker_url": "https://gitlab.com/b0/matrique/issues",
|
"issue_tracker_url": "https://gitlab.com/b0/spectral/issues",
|
||||||
"licenses": [
|
"licenses": [
|
||||||
"GPL-3.0"
|
"GPL-3.0"
|
||||||
],
|
],
|
||||||
"name": "Matrique",
|
"name": "Spectral",
|
||||||
"subject": "encombhat",
|
"subject": "encombhat",
|
||||||
"repo": "Matrique",
|
"repo": "Spectral",
|
||||||
"public_download_numbers": true,
|
"public_download_numbers": true,
|
||||||
"public_stats": true,
|
"public_stats": true,
|
||||||
"vcs_url": "https://gitlab.com/b0/matrique",
|
"vcs_url": "https://gitlab.com/b0/spectral",
|
||||||
"website_url": "https://doc.matrique.encom.eu.org"
|
"website_url": "https://doc.spectral.encom.eu.org"
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"name": "TRAVIS_BUILD_NUMBER"
|
"name": "TRAVIS_BUILD_NUMBER"
|
||||||
|
|
|
@ -3,15 +3,15 @@ stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build-flatpak:
|
build-flatpak:
|
||||||
image: registry.gitlab.com/b0/matrique/flatpak
|
image: registry.gitlab.com/b0/spectral/flatpak
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
script:
|
script:
|
||||||
- cd flatpak
|
- cd flatpak
|
||||||
- flatpak-builder --force-clean --repo=repo build-dir org.eu.encom.matrique.yaml
|
- flatpak-builder --force-clean --repo=repo build-dir org.eu.encom.spectral.yaml
|
||||||
- flatpak build-bundle repo matrique.flatpak org.eu.encom.matrique
|
- flatpak build-bundle repo spectral.flatpak org.eu.encom.spectral
|
||||||
- cd ../
|
- cd ../
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- flatpak/matrique.flatpak
|
- flatpak/spectral.flatpak
|
||||||
|
|
|
@ -10,13 +10,13 @@ install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- qmake matrique.pro PREFIX="${DEPLOY_DIR}"
|
- qmake spectral.pro PREFIX="${DEPLOY_DIR}"
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
- macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml
|
- macdeployqt ${DEPLOY_DIR}/bin/spectral.app -dmg -qmldir=qml
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- mv ${DEPLOY_DIR}/bin/matrique.dmg ./
|
- mv ${DEPLOY_DIR}/bin/spectral.dmg ./
|
||||||
- sed -i -e "s/TRAVIS_BUILD_NUMBER/${TRAVIS_BUILD_NUMBER}/g" .ci/bintray-release.json
|
- sed -i -e "s/TRAVIS_BUILD_NUMBER/${TRAVIS_BUILD_NUMBER}/g" .ci/bintray-release.json
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
id: org.eu.encom.matrique
|
|
||||||
runtime: org.kde.Platform
|
|
||||||
runtime-version: 5.11
|
|
||||||
sdk: org.kde.Sdk
|
|
||||||
command: matrique
|
|
||||||
finish-args:
|
|
||||||
- --share=ipc
|
|
||||||
- --share=network
|
|
||||||
- --socket=x11
|
|
||||||
- --socket=wayland
|
|
||||||
- --device=dri
|
|
||||||
- --filesystem=home
|
|
||||||
- --talk-name=org.freedesktop.Notifications
|
|
||||||
- --talk-name=org.kde.StatusNotifierWatcher
|
|
||||||
modules:
|
|
||||||
- name: matrique
|
|
||||||
buildsystem: qmake
|
|
||||||
sources:
|
|
||||||
- type: dir
|
|
||||||
path: ../
|
|
Loading…
Reference in New Issue