2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-17 03:26:02 +00:00
GlosSI-fork/.appveyor.yml

42 lines
1.3 KiB
YAML
Raw Normal View History

2018-03-31 15:19:25 +00:00
version: 2.0.1.{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:
2018-03-27 23:03:01 +00:00
- platform: x86
QTDIR: C:\Qt\5.10.1\msvc2015
OUTNAME: Win32
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.zip TargetConfig.ini License.txt qt-license.txt dependencies/minhook/MH_LICENSE.txt Readme.md Build_Install.md %APPVEYOR_BUILD_FOLDER%/build/Win32/%configuration%/*.exe %APPVEYOR_BUILD_FOLDER%/build/Win32/%configuration%/*.dll %APPVEYOR_BUILD_FOLDER%/dependencies/SFML-2.4.2-x86/bin/sfml-system-2.dll %APPVEYOR_BUILD_FOLDER%/dependencies/SFML-2.4.2-x86/bin/sfml-window-2.dll %APPVEYOR_BUILD_FOLDER%/dependencies/SFML-2.4.2-x86/bin/sfml-graphics-2.dll redist/* %QTDIR%/bin/Qt5Core.dll %QTDIR%/bin/Qt5Gui.dll %QTDIR%/bin/Qt5Widgets.dll %QTDIR%/plugins/platforms/qwindows.dll
2018-03-27 23:11:06 +00:00
7z rn GloSC.zip qwindows.dll platforms/qwindows.dll
2018-03-27 23:03:01 +00:00
2018-03-27 23:11:06 +00:00
7z rn GloSC.zip redist/libeay32.dll libeay32.dll
7z rn GloSC.zip redist/ssleay32.dll ssleay32.dll
artifacts:
2018-03-27 23:11:06 +00:00
- path: GloSC.zip
name: GloSC
deploy:
2017-04-13 14:19:32 +00:00
- provider: GitHub
auth_token:
secure: HdTPh2HVHhlpsjWkSIT89w+4KyDeB9CVCb/FFlzZpYdUTtUqLSAJ5/nOw29be0PG
2018-03-27 23:11:06 +00:00
artifact: GloSC.zip
2017-04-13 14:19:32 +00:00
draft: true
prerelease: true
force_update: true
on:
branch: master