2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-07 03:20:40 +00:00
GlosSI-fork/.appveyor.yml

39 lines
1.4 KiB
YAML
Raw Normal View History

2017-12-28 22:33:33 +00:00
version: 1.4.2.{build}
pull_requests:
do_not_increment_build_number: true
branches:
2017-04-13 14:19:32 +00:00
only:
- master
2017-11-13 18:02:01 +00:00
skip_tags: true
2017-05-19 15:08:00 +00:00
image: Visual Studio 2017
2017-04-13 14:19:32 +00:00
configuration: Release
environment:
matrix:
2017-05-31 15:38:18 +00:00
# - platform: x86
# QTDIR: C:\Qt\5.9\msvc2017
# OUTNAME: Win32
2017-04-13 14:19:32 +00:00
- platform: x64
2017-05-19 14:18:25 +00:00
QTDIR: C:\Qt\5.9\msvc2017_64
2017-04-13 14:19:32 +00:00
OUTNAME: x64
build:
2017-04-13 14:19:32 +00:00
project: GloSC.sln
verbosity: normal
2017-03-19 01:58:52 +00:00
after_build:
- cmd: >-
7z a GloSC_%platform%.zip TargetConfig.ini License.txt qt-license.txt Readme.md Build_Install.md %APPVEYOR_BUILD_FOLDER%\build\%OUTNAME%\%configuration%\*.exe %APPVEYOR_BUILD_FOLDER%\build\Win32Only\%configuration%\*.exe %APPVEYOR_BUILD_FOLDER%\build\Win32Only\%configuration%\*.dll %APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.2-%platform%\bin\sfml-system-2.dll %APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.2-%platform%\bin\sfml-window-2.dll %APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.2-%platform%\bin\sfml-graphics-2.dll redist\* %QTDIR%\bin\Qt5Core.dll %QTDIR%\bin\Qt5Gui.dll %QTDIR%\bin\Qt5Widgets.dll %QTDIR%\plugins\platforms\qwindows.dll
7z rn GloSC_%platform%.zip qwindows.dll platforms\qwindows.dll
artifacts:
2017-04-13 14:19:32 +00:00
- path: GloSC_$(platform).zip
name: GloSC_$(platform)
deploy:
2017-04-13 14:19:32 +00:00
- provider: GitHub
auth_token:
secure: HdTPh2HVHhlpsjWkSIT89w+4KyDeB9CVCb/FFlzZpYdUTtUqLSAJ5/nOw29be0PG
artifact: /GloSC_x..\.zip/
2017-04-13 14:19:32 +00:00
draft: true
prerelease: true
force_update: true
on:
branch: master