Update flatpak/org.eu.encom.spectral.yaml, .appveyor.yml files

This commit is contained in:
Black Hat
2018-09-17 13:23:21 +00:00
parent 8ad9218dfe
commit ef50875a9d
2 changed files with 25 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
image: Visual Studio 2017
environment:
DEPLOY_DIR: Matrique-%APPVEYOR_BUILD_VERSION%
DEPLOY_DIR: Spectral-%APPVEYOR_BUILD_VERSION%
matrix:
- QTDIR: C:\Qt\5.11\msvc2017_64
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
build_script:
- qmake matrique.pro PREFIX="%DEPLOY_DIR%"
- qmake spectral.pro PREFIX="%DEPLOY_DIR%"
- nmake
after_build:
- nmake install
- windeployqt --release --qmldir qml "%DEPLOY_DIR%\matrique.exe"
- 7z a matrique.zip "%DEPLOY_DIR%\"
- windeployqt --release --qmldir qml "%DEPLOY_DIR%\spectral.exe"
- 7z a spectral.zip "%DEPLOY_DIR%\"
artifacts:
- path: matrique.zip
- path: spectral.zip
name: portable