Update flatpak/org.eu.encom.spectral.yaml, .appveyor.yml files
This commit is contained in:
parent
8ad9218dfe
commit
ef50875a9d
|
@ -1,7 +1,7 @@
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
DEPLOY_DIR: Matrique-%APPVEYOR_BUILD_VERSION%
|
DEPLOY_DIR: Spectral-%APPVEYOR_BUILD_VERSION%
|
||||||
matrix:
|
matrix:
|
||||||
- QTDIR: C:\Qt\5.11\msvc2017_64
|
- QTDIR: C:\Qt\5.11\msvc2017_64
|
||||||
VCVARS: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvars64.bat"
|
VCVARS: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvars64.bat"
|
||||||
|
@ -17,14 +17,14 @@ before_build:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- qmake matrique.pro PREFIX="%DEPLOY_DIR%"
|
- qmake spectral.pro PREFIX="%DEPLOY_DIR%"
|
||||||
- nmake
|
- nmake
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- nmake install
|
- nmake install
|
||||||
- windeployqt --release --qmldir qml "%DEPLOY_DIR%\matrique.exe"
|
- windeployqt --release --qmldir qml "%DEPLOY_DIR%\spectral.exe"
|
||||||
- 7z a matrique.zip "%DEPLOY_DIR%\"
|
- 7z a spectral.zip "%DEPLOY_DIR%\"
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: matrique.zip
|
- path: spectral.zip
|
||||||
name: portable
|
name: portable
|
|
@ -0,0 +1,20 @@
|
||||||
|
id: org.eu.encom.spectral
|
||||||
|
runtime: org.kde.Platform
|
||||||
|
runtime-version: 5.11
|
||||||
|
sdk: org.kde.Sdk
|
||||||
|
command: spectral
|
||||||
|
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: spectral
|
||||||
|
buildsystem: qmake
|
||||||
|
sources:
|
||||||
|
- type: dir
|
||||||
|
path: ../
|
Loading…
Reference in New Issue